XpsDocument.CreateGlyphs
Inhalt
[
Ausblenden
]CreateGlyphs(string, float, FontStyle, float, float, string)
Erstellt neue Glyphen.
public XpsGlyphs CreateGlyphs(string fontFamily, float fontRenderingEmSize, FontStyle fontStyle,
float originX, float originY, string unicodeString)
Parameter | Typ | Beschreibung |
---|---|---|
fontFamily | String | Schriftfamilie. |
fontRenderingEmSize | Single | Schriftgröße. |
fontStyle | FontStyle | Schriftstil. |
originX | Single | X-Koordinate des Ursprungs der Glyphen. |
originY | Single | Y-Koordinate des Ursprungs der Glyphen. |
unicodeString | String | Zu druckende Zeichenfolge. |
Rückgabewert
Neue Glyphen.
Siehe auch
- class XpsGlyphs
- class XpsDocument
- namensraum Aspose.Page.XPS
- Montage Aspose.Page
CreateGlyphs(XpsFont, float, float, float, string)
Erstellt neue Glyphen.
public XpsGlyphs CreateGlyphs(XpsFont font, float fontRenderingEmSize, float originX,
float originY, string unicodeString)
Parameter | Typ | Beschreibung |
---|---|---|
font | XpsFont | Font-Ressource. |
fontRenderingEmSize | Single | Schriftgröße. |
originX | Single | X-Koordinate des Ursprungs der Glyphen. |
originY | Single | Y-Koordinate des Ursprungs der Glyphen. |
unicodeString | String | Zu druckende Zeichenfolge. |
Rückgabewert
Neue Glyphen.
Siehe auch
- class XpsGlyphs
- class XpsFont
- class XpsDocument
- namensraum Aspose.Page.XPS
- Montage Aspose.Page