TtfFont.GetGlyphsForText

TtfFont.GetGlyphsForText method

Get glyphs representation for text.

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

Return Value

GlyphId array.

See Also