XpsCanvas.InsertGlyphs
XpsCanvas.InsertGlyphs method
Inserts new glyphs to this canvas’s child list 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 T coordinate. |
| unicodeString | String | String to be printed. |
Return Value
Added glyphs.
See Also
- class XpsGlyphs
- class XpsCanvas
- namespace Aspose.Page.XPS.XpsModel
- assembly Aspose.Page