XpsDocument.CreateGlyphs

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)
ParameterTypBeschreibung
fontFamilyStringSchriftfamilie.
fontRenderingEmSizeSingleSchriftgröße.
fontStyleFontStyleSchriftstil.
originXSingleX-Koordinate des Ursprungs der Glyphen.
originYSingleY-Koordinate des Ursprungs der Glyphen.
unicodeStringStringZu druckende Zeichenfolge.

Rückgabewert

Neue Glyphen.

Siehe auch


CreateGlyphs(XpsFont, float, float, float, string)

Erstellt neue Glyphen.

public XpsGlyphs CreateGlyphs(XpsFont font, float fontRenderingEmSize, float originX, 
    float originY, string unicodeString)
ParameterTypBeschreibung
fontXpsFontFont-Ressource.
fontRenderingEmSizeSingleSchriftgröße.
originXSingleX-Koordinate des Ursprungs der Glyphen.
originYSingleY-Koordinate des Ursprungs der Glyphen.
unicodeStringStringZu druckende Zeichenfolge.

Rückgabewert

Neue Glyphen.

Siehe auch