XpsCanvas.InsertGlyphs

XpsCanvas.InsertGlyphs method

Voegt nieuwe glyphs toe aan de onderliggende lijst van dit canvas 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 T-coördinaat.
unicodeStringStringTekenreeks om af te drukken.

Winstwaarde

Toegevoegd glyphs.

Zie ook