PsDocument.OutlineText
Contents
[
Hide
]OutlineText(string, Font, float, float)
Adds a text string by drawing glyphs contours.
public void OutlineText(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
OutlineText(string, float[], Font, float, float)
Adds a text string by drawing glyphs contours.
public void OutlineText(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
OutlineText(string, DrFont, float, float)
Adds a text string by drawing glyphs contours.
public void OutlineText(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
OutlineText(string, float[], DrFont, float, float)
Adds a text string by drawing glyphs contours.
public void OutlineText(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
OutlineText(string, Font, float, float, Pen)
Adds a text string by drawing glyphs contours.
public void OutlineText(string text, Font font, float x, float y, Pen stroke)
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. |
stroke | Pen | The stroke used for drawing glyphs outlines. |
See Also
- class PsDocument
- namespace Aspose.Page.EPS
- assembly Aspose.Page
OutlineText(string, float[], Font, float, float, Pen)
Adds a text string by drawing glyphs contours.
public void OutlineText(string text, float[] advances, Font font, float x, float y, Pen stroke)
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. |
stroke | Pen | The stroke used for drawing glyphs outlines. |
See Also
- class PsDocument
- namespace Aspose.Page.EPS
- assembly Aspose.Page
OutlineText(string, DrFont, float, float, Pen)
Adds a text string by drawing glyphs contours.
public void OutlineText(string text, DrFont drFont, float x, float y, Pen stroke)
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. |
stroke | Pen | The stroke used for drawing glyphs outlines. |
See Also
- class DrFont
- class PsDocument
- namespace Aspose.Page.EPS
- assembly Aspose.Page
OutlineText(string, float[], DrFont, float, float, Pen)
Adds a text string by drawing glyphs contours.
public void OutlineText(string text, float[] advances, DrFont drFont, float x, float y, Pen stroke)
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. |
stroke | Pen | The stroke used for drawing glyphs outlines. |
See Also
- class DrFont
- class PsDocument
- namespace Aspose.Page.EPS
- assembly Aspose.Page