XpsDocument.InsertGlyphs

InsertGlyphs(int, string, float, FontStyle, float, float, string)

Voegt nieuwe glyphs in op de actieve pagina opindex positie.

public XpsGlyphs InsertGlyphs(int index, string fontFamily, float fontSize, FontStyle fontStyle, 
    float originX, float originY, string unicodeString)
ParameterTypeBeschrijving
indexInt32Positie waarop nieuwe glyphs moeten worden ingevoegd.
fontFamilyStringLettertype familie.
fontSizeSingleLettertypegrootte.
fontStyleFontStyleLettertype.
originXSingleGlyphs oorsprong X coördinaat.
originYSingleGlyphs oorsprong Y-coördinaat.
unicodeStringStringTekenreeks om af te drukken.

Winstwaarde

Ingevoegde glyphs.

Zie ook


InsertGlyphs(int, XpsFont, float, float, float, string)

Voegt nieuwe glyphs in op de actieve pagina opindex positie.

public XpsGlyphs InsertGlyphs(int index, XpsFont font, float fontSize, float originX, 
    float originY, string unicodeString)
ParameterTypeBeschrijving
indexInt32Positie waarop nieuwe glyphs moeten worden ingevoegd.
fontXpsFontBron voor lettertypen.
fontSizeSingleLettertypegrootte.
originXSingleGlyphs oorsprong X coördinaat.
originYSingleGlyphs oorsprong Y-coördinaat.
unicodeStringStringTekenreeks om af te drukken.

Winstwaarde

Ingevoegde glyphs.

Zie ook