XpsCanvas.AddGlyphs
XpsCanvas.AddGlyphs method
Adds new glyphs to this canvas’s child list.
public XpsGlyphs AddGlyphs(string fontFamily, float fontSize, FontStyle fontStyle, float originX,
float originY, string unicodeString)
Parameter | Type | Description |
---|---|---|
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