XpsDocument.InsertGlyphs
Inhalt
[
Ausblenden
]InsertGlyphs(int, string, float, FontStyle, float, float, string)
Fügt neue Glyphen in die aktive Seite bei einindex Position.
public XpsGlyphs InsertGlyphs(int index, string fontFamily, float fontSize, FontStyle fontStyle,
float originX, float originY, string unicodeString)
Parameter | Typ | Beschreibung |
---|---|---|
index | Int32 | Position, an der neue Glyphen eingefügt werden sollen. |
fontFamily | String | Schriftfamilie. |
fontSize | 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
Eingefügte Glyphen.
Siehe auch
- class XpsGlyphs
- class XpsDocument
- namensraum Aspose.Page.XPS
- Montage Aspose.Page
InsertGlyphs(int, XpsFont, float, float, float, string)
Fügt neue Glyphen in die aktive Seite bei einindex Position.
public XpsGlyphs InsertGlyphs(int index, XpsFont font, float fontSize, float originX,
float originY, string unicodeString)
Parameter | Typ | Beschreibung |
---|---|---|
index | Int32 | Position, an der neue Glyphen eingefügt werden sollen. |
font | XpsFont | Font-Ressource. |
fontSize | 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
Eingefügte Glyphen.
Siehe auch
- class XpsGlyphs
- class XpsFont
- class XpsDocument
- namensraum Aspose.Page.XPS
- Montage Aspose.Page