XpsDocument.CreateGlyphs

CreateGlyphs(string, float, FontStyle, float, float, string)

Creëert nieuwe glyphs.

public XpsGlyphs CreateGlyphs(string fontFamily, float fontRenderingEmSize, FontStyle fontStyle, 
    float originX, float originY, string unicodeString)
ParameterTypeBeschrijving
fontFamilyStringLettertype familie.
fontRenderingEmSizeSingleLettertypegrootte.
fontStyleFontStyleLettertype.
originXSingleGlyphs oorsprong X coördinaat.
originYSingleGlyphs oorsprong Y-coördinaat.
unicodeStringStringTekenreeks om af te drukken.

Winstwaarde

Nieuwe symbolen.

Zie ook


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

Creëert nieuwe glyphs.

public XpsGlyphs CreateGlyphs(XpsFont font, float fontRenderingEmSize, float originX, 
    float originY, string unicodeString)
ParameterTypeBeschrijving
fontXpsFontBron voor lettertypen.
fontRenderingEmSizeSingleLettertypegrootte.
originXSingleGlyphs oorsprong X coördinaat.
originYSingleGlyphs oorsprong Y-coördinaat.
unicodeStringStringTekenreeks om af te drukken.

Winstwaarde

Nieuwe symbolen.

Zie ook