Aspose::Font::Type1::Type1Font::GetAllGlyphIds 方法

Type1Font::GetAllGlyphIds method

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

System::ArrayPtr<System::SharedPtr<Glyphs::GlyphId>> Aspose::Font::Type1::Type1Font::GetAllGlyphIds() override

ReturnValue

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

另见