CffFont.GetAllGlyphIds
CffFont.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. CFF 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
- class GlyphId
- class CffFont
- namespace Aspose.Font.Cff
- assembly Aspose.Font