Font.GetGlyphsForText

Font.GetGlyphsForText method

Gets glyphs representation for text.

public virtual GlyphId[] GetGlyphsForText(string text)
ParameterTypeDescription
textStringInput text.

Return Value

GlyphId array.

See Also