Aspose::Font::Cff::CffFont::GetAllGlyphIds method

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.

System::ArrayPtr<System::SharedPtr<Aspose::Font::Glyphs::GlyphId>> Aspose::Font::Cff::CffFont::GetAllGlyphIds() override

ReturnValue

All glyph identifiers, available in the Font.

See Also