XpsDocument.AddGlyphs
Inhalt
[
Ausblenden
]AddGlyphs(string, float, FontStyle, float, float, string)
Fügt der aktiven Seite neue Glyphen hinzu.
public XpsGlyphs AddGlyphs(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
Glyphen hinzugefügt.
Siehe auch
- class XpsGlyphs
- class XpsDocument
- namensraum Aspose.Page.XPS
- Montage Aspose.Page
AddGlyphs(XpsFont, float, float, float, string)
Fügt der aktiven Seite neue Glyphen hinzu.
public XpsGlyphs AddGlyphs(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
Glyphen hinzugefügt.
Siehe auch
- class XpsGlyphs
- class XpsFont
- class XpsDocument
- namensraum Aspose.Page.XPS
- Montage Aspose.Page