XpsDocument.InsertGlyphs

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)
ParameterTypBeschreibung
indexInt32Position, an der neue Glyphen eingefügt werden sollen.
fontFamilyStringSchriftfamilie.
fontSizeSingleSchriftgröße.
fontStyleFontStyleSchriftstil.
originXSingleX-Koordinate des Ursprungs der Glyphen.
originYSingleY-Koordinate des Ursprungs der Glyphen.
unicodeStringStringZu druckende Zeichenfolge.

Rückgabewert

Eingefügte Glyphen.

Siehe auch


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)
ParameterTypBeschreibung
indexInt32Position, an der neue Glyphen eingefügt werden sollen.
fontXpsFontFont-Ressource.
fontSizeSingleSchriftgröße.
originXSingleX-Koordinate des Ursprungs der Glyphen.
originYSingleY-Koordinate des Ursprungs der Glyphen.
unicodeStringStringZu druckende Zeichenfolge.

Rückgabewert

Eingefügte Glyphen.

Siehe auch