Aspose::Font::Cff::CffFont::GetAllGlyphIds 方法

CffFont::GetAllGlyphIds method

返回 Font 中所有字形 ID 的数组。字形 ID 是字形的唯一编号,取决于字体类型。CFF Font 的字形 ID 可以是 (GlyphStringId) 类或 (GlyphUInt32Id) 类的实例。

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

ReturnValue

所有字形标识符,位于 Font 中。

另见