XpsDocument.CreateGlyphs
inhoud
[
verbergen
]CreateGlyphs(string, float, FontStyle, float, float, string)
Creëert nieuwe glyphs.
public XpsGlyphs CreateGlyphs(string fontFamily, float fontRenderingEmSize, FontStyle fontStyle,
float originX, float originY, string unicodeString)
Parameter | Type | Beschrijving |
---|---|---|
fontFamily | String | Lettertype familie. |
fontRenderingEmSize | Single | Lettertypegrootte. |
fontStyle | FontStyle | Lettertype. |
originX | Single | Glyphs oorsprong X coördinaat. |
originY | Single | Glyphs oorsprong Y-coördinaat. |
unicodeString | String | Tekenreeks om af te drukken. |
Winstwaarde
Nieuwe symbolen.
Zie ook
- class XpsGlyphs
- class XpsDocument
- naamruimte Aspose.Page.XPS
- montage Aspose.Page
CreateGlyphs(XpsFont, float, float, float, string)
Creëert nieuwe glyphs.
public XpsGlyphs CreateGlyphs(XpsFont font, float fontRenderingEmSize, float originX,
float originY, string unicodeString)
Parameter | Type | Beschrijving |
---|---|---|
font | XpsFont | Bron voor lettertypen. |
fontRenderingEmSize | Single | Lettertypegrootte. |
originX | Single | Glyphs oorsprong X coördinaat. |
originY | Single | Glyphs oorsprong Y-coördinaat. |
unicodeString | String | Tekenreeks om af te drukken. |
Winstwaarde
Nieuwe symbolen.
Zie ook
- class XpsGlyphs
- class XpsFont
- class XpsDocument
- naamruimte Aspose.Page.XPS
- montage Aspose.Page