PageAPI.AddGlyphs
Contents
[
Hide
]AddGlyphs(string, float, FontStyle, float, float, string)
Adds new glyphs to the page.
public XpsGlyphs AddGlyphs(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
Added glyphs.
See Also
- class XpsGlyphs
- class PageAPI
- namespace Aspose.Page.XPS.Features.EventBasedModifications
- assembly Aspose.Page
AddGlyphs(XpsFont, float, float, float, string)
Adds new glyphs to the page.
public XpsGlyphs AddGlyphs(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
Added glyphs.
See Also
- class XpsGlyphs
- class XpsFont
- class PageAPI
- namespace Aspose.Page.XPS.Features.EventBasedModifications
- assembly Aspose.Page