Aspose::Font::Glyphs::IGlyphAccessor::GetAllGlyphIds 方法

IGlyphAccessor::GetAllGlyphIds method

返回 Font 中所有可用的字形 ID。Glyph ID 是针对字形的唯一编号,取决于字体类型。例如:Type1 的 ID 是字形名称,属于 (GlyphStringId) 类的实例。TTF 的 ID 是整数索引,属于 (GlyphUInt32Id) 类的实例。

virtual System::ArrayPtr<System::SharedPtr<GlyphId>> Aspose::Font::Glyphs::IGlyphAccessor::GetAllGlyphIds()=0

ReturnValue

Glyph identifiers.

另见