TtfFont.GetAllGlyphIds

TtfFont.GetAllGlyphIds method

Returns array of all glyph ids, available in the Font. Glyph id is a unique number for a glyph, which is font type dependent. TTF Font glyph id can be instance of (GlyphStringId) class or (GlyphUInt32Id) class. Name (string) glyph addressing is supported for TTF Fonts via Post table mapping. In case CFF Font inside, the CFF structures are used to address glyphs by name.

public override GlyphId[] GetAllGlyphIds()

Return Value

Glyph identifiers.

See Also