XpsDocument.AddGlyphs
Contents
[
Hide
]AddGlyphs(string, float, FontStyle, float, float, string)
Adds new glyphs to the active page.
public XpsGlyphs AddGlyphs(string fontFamily, float fontRenderingEmSize, FontStyle fontStyle,
float originX, float originY, string unicodeString)
Parameter | Type | Description |
---|---|---|
fontFamily | String | Font family. |
fontRenderingEmSize | Single | Font size. |
fontStyle | FontStyle | Font style. |
originX | Single | Glyphs origin X coordinate. |
originY | Single | Glyphs origin Y coordinate. |
unicodeString | String | String to be printed. |
Return Value
Added glyphs.
See Also
- class XpsGlyphs
- class XpsDocument
- namespace Aspose.Page.XPS
- assembly Aspose.Page
AddGlyphs(XpsFont, float, float, float, string)
Adds new glyphs to the active page.
public XpsGlyphs AddGlyphs(XpsFont font, float fontRenderingEmSize, float originX, float originY,
string unicodeString)
Parameter | Type | Description |
---|---|---|
font | XpsFont | Font resource. |
fontRenderingEmSize | Single | Font size. |
originX | Single | Glyphs origin X coordinate. |
originY | Single | Glyphs origin Y coordinate. |
unicodeString | String | String to be printed. |
Return Value
Added glyphs.
See Also
- class XpsGlyphs
- class XpsFont
- class XpsDocument
- namespace Aspose.Page.XPS
- assembly Aspose.Page