PsDocument.FillText
Contents
[
Hide
]FillText(string, Font, float, float)
Adds a text string by filling interrior of glyphs.
public void FillText(string text, Font font, float x, float y)
Parameter | Type | Description |
---|---|---|
text | String | The text to add. |
font | Font | System font that will be used to draw text. |
x | Single | X coordinate for text origin. |
y | Single | Y coordinate for text origin. |
See Also
- class PsDocument
- namespace Aspose.Page.EPS
- assembly Aspose.Page
FillText(string, float[], Font, float, float)
Adds a text string by filling interrior of glyphs.
public void FillText(string text, float[] advances, Font font, float x, float y)
Parameter | Type | Description |
---|---|---|
text | String | The text to add. |
advances | Single[] | An array of glyphs width. It’s length must comply with the number of glyphs in the string. |
font | Font | The font that will be used to draw text. |
x | Single | X coordinate for text origin. |
y | Single | Y coordinate for text origin. |
See Also
- class PsDocument
- namespace Aspose.Page.EPS
- assembly Aspose.Page
FillText(string, DrFont, float, float)
Adds a text string by filling interrior of glyphs.
public void FillText(string text, DrFont drFont, float x, float y)
Parameter | Type | Description |
---|---|---|
text | String | The text to add. |
drFont | DrFont | DrFont that will be used to draw text. It can be used with custom font that is located in custom folder. |
x | Single | X coordinate for text origin. |
y | Single | Y coordinate for text origin. |
See Also
- class DrFont
- class PsDocument
- namespace Aspose.Page.EPS
- assembly Aspose.Page
FillText(string, float[], DrFont, float, float)
Adds a text string by filling interrior of glyphs.
public void FillText(string text, float[] advances, DrFont drFont, float x, float y)
Parameter | Type | Description |
---|---|---|
text | String | The text to add. |
advances | Single[] | An array of glyphs width. It’s length must comply with the number of glyphs in the string. |
drFont | DrFont | DrFont that will be used to draw text. It can be used with custom font that is located in custom folder. |
x | Single | X coordinate for text origin. |
y | Single | Y coordinate for text origin. |
See Also
- class DrFont
- class PsDocument
- namespace Aspose.Page.EPS
- assembly Aspose.Page
FillText(string, Font, float, float, Brush)
Adds a text string by filling interrior of glyphs.
public void FillText(string text, Font font, float x, float y, Brush fill)
Parameter | Type | Description |
---|---|---|
text | String | The text to add. |
font | Font | System font that will be used to draw text. |
x | Single | X coordinate for text origin. |
y | Single | Y coordinate for text origin. |
fill | Brush | The fill used for painting glyphs. |
See Also
- class PsDocument
- namespace Aspose.Page.EPS
- assembly Aspose.Page
FillText(string, float[], Font, float, float, Brush)
Adds a text string by filling interrior of glyphs.
public void FillText(string text, float[] advances, Font font, float x, float y, Brush fill)
Parameter | Type | Description |
---|---|---|
text | String | The text to add. |
advances | Single[] | An array of glyphs width. It’s length must comply with the number of glyphs in the string. |
font | Font | System font that will be used to draw text. |
x | Single | X coordinate for text origin. |
y | Single | Y coordinate for text origin. |
fill | Brush | The fill used for painting glyphs. |
See Also
- class PsDocument
- namespace Aspose.Page.EPS
- assembly Aspose.Page
FillText(string, DrFont, float, float, Brush)
Adds a text string by filling interrior of glyphs.
public void FillText(string text, DrFont drFont, float x, float y, Brush fill)
Parameter | Type | Description |
---|---|---|
text | String | The text to add. |
drFont | DrFont | DrFont that will be used to draw text. It can be used with custom font that is located in custom folder. |
x | Single | X coordinate for text origin. |
y | Single | Y coordinate for text origin. |
fill | Brush | The fill used for painting glyphs. |
See Also
- class DrFont
- class PsDocument
- namespace Aspose.Page.EPS
- assembly Aspose.Page
FillText(string, float[], DrFont, float, float, Brush)
Adds a text string by filling interrior of glyphs.
public void FillText(string text, float[] advances, DrFont drFont, float x, float y, Brush fill)
Parameter | Type | Description |
---|---|---|
text | String | The text to add. |
advances | Single[] | An array of glyphs width. It’s length must comply with the number of glyphs in the string. |
drFont | DrFont | DrFont that will be used to draw text. It can be used with custom font that is located in custom folder. |
x | Single | X coordinate for text origin. |
y | Single | Y coordinate for text origin. |
fill | Brush | The fill used for painting glyphs. |
See Also
- class DrFont
- class PsDocument
- namespace Aspose.Page.EPS
- assembly Aspose.Page