PageAPI.CreateGlyphs
Contents
[
Hide
]CreateGlyphs(string, float, FontStyle, float, float, string)
Creates new glyphs.
public XpsGlyphs CreateGlyphs(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
New glyphs.
See Also
- class XpsGlyphs
- class PageAPI
- namespace Aspose.Page.XPS.Features.EventBasedModifications
- assembly Aspose.Page
CreateGlyphs(XpsFont, float, float, float, string)
Creates new glyphs.
public XpsGlyphs CreateGlyphs(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
New glyphs.
See Also
- class XpsGlyphs
- class XpsFont
- class PageAPI
- namespace Aspose.Page.XPS.Features.EventBasedModifications
- assembly Aspose.Page