XpsDocument.InsertGlyphs
Contents
[
Hide
]InsertGlyphs(int, string, float, FontStyle, float, float, string)
Inserts new glyphs to the active page at index position.
public XpsGlyphs InsertGlyphs(int index, string fontFamily, float fontSize, FontStyle fontStyle,
float originX, float originY, string unicodeString)
Parameter | Type | Description |
---|---|---|
index | Int32 | Position at which new glyphs should be inserted. |
fontFamily | String | Font family. |
fontSize | 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
Inserted glyphs.
See Also
- class XpsGlyphs
- class XpsDocument
- namespace Aspose.Page.XPS
- assembly Aspose.Page
InsertGlyphs(int, XpsFont, float, float, float, string)
Inserts new glyphs to the active page at index position.
public XpsGlyphs InsertGlyphs(int index, XpsFont font, float fontSize, float originX,
float originY, string unicodeString)
Parameter | Type | Description |
---|---|---|
index | Int32 | Position at which new glyphs should be inserted. |
font | XpsFont | Font resource. |
fontSize | Single | Font size. |
originX | Single | Glyphs origin X coordinate. |
originY | Single | Glyphs origin Y coordinate. |
unicodeString | String | String to be printed. |
Return Value
Inserted glyphs.
See Also
- class XpsGlyphs
- class XpsFont
- class XpsDocument
- namespace Aspose.Page.XPS
- assembly Aspose.Page