XpsDocument.InsertGlyphs
inhoud
[
verbergen
]InsertGlyphs(int, string, float, FontStyle, float, float, string)
Voegt nieuwe glyphs in op de actieve pagina opindex positie.
public XpsGlyphs InsertGlyphs(int index, string fontFamily, float fontSize, FontStyle fontStyle,
float originX, float originY, string unicodeString)
Parameter | Type | Beschrijving |
---|---|---|
index | Int32 | Positie waarop nieuwe glyphs moeten worden ingevoegd. |
fontFamily | String | Lettertype familie. |
fontSize | 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
Ingevoegde glyphs.
Zie ook
- class XpsGlyphs
- class XpsDocument
- naamruimte Aspose.Page.XPS
- montage Aspose.Page
InsertGlyphs(int, XpsFont, float, float, float, string)
Voegt nieuwe glyphs in op de actieve pagina opindex positie.
public XpsGlyphs InsertGlyphs(int index, XpsFont font, float fontSize, float originX,
float originY, string unicodeString)
Parameter | Type | Beschrijving |
---|---|---|
index | Int32 | Positie waarop nieuwe glyphs moeten worden ingevoegd. |
font | XpsFont | Bron voor lettertypen. |
fontSize | Single | Lettertypegrootte. |
originX | Single | Glyphs oorsprong X coördinaat. |
originY | Single | Glyphs oorsprong Y-coördinaat. |
unicodeString | String | Tekenreeks om af te drukken. |
Winstwaarde
Ingevoegde glyphs.
Zie ook
- class XpsGlyphs
- class XpsFont
- class XpsDocument
- naamruimte Aspose.Page.XPS
- montage Aspose.Page