XpsCanvas.InsertGlyphs

XpsCanvas.InsertGlyphs method

Inserts new glyphs to this canvas’s child list at index position.

public XpsGlyphs InsertGlyphs(int index, string fontFamily, float fontSize, FontStyle fontStyle, 
    float originX, float originY, string unicodeString)
ParameterTypeDescription
indexInt32Position at which new glyphs should be inserted.
fontFamilyStringFont family.
fontSizeSingleFont size.
fontStyleFontStyleFont style.
originXSingleGlyphs origin X coordinate.
originYSingleGlyphs origin T coordinate.
unicodeStringStringString to be printed.

Return Value

Added glyphs.

See Also