Type1Font.GetAllGlyphIds

Type1Font.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. Type1 Font glyph id can be instance of (GlyphStringId) class or (GlyphUInt32Id) class.

public override GlyphId[] GetAllGlyphIds()

Return Value

All glyph identifiers, available in the Font.

See Also