PageAPI.InsertGlyphs
Contents
[
Hide
]InsertGlyphs(int, string, float, FontStyle, float, float, string)
Inserts new glyphs to the 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 PageAPI
- namespace Aspose.Page.XPS.Features.EventBasedModifications
- assembly Aspose.Page
InsertGlyphs(int, XpsFont, float, float, float, string)
Inserts new glyphs to the 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 PageAPI
- namespace Aspose.Page.XPS.Features.EventBasedModifications
- assembly Aspose.Page