GetAllGlyphIds
TtfFont.GetAllGlyphIds method
返回所有字形 ID 的数组,在字体中可用。 字形 ID 是字形的唯一编号,取决于字体类型。 TTF 字体字形 ID 可以是 (GlyphStringId
) 类或 (GlyphUInt32Id
) class. 通过 Post 表映射支持 TTF 字体的名称(字符串)字形寻址。 在 CFF 字体内部的情况下,CFF 结构用于按名称寻址字形。
public override GlyphId[] GetAllGlyphIds()
返回值
字形标识符。
也可以看看
- class GlyphId
- class TtfFont
- 命名空间 Aspose.Font.Ttf
- 部件 Aspose.Font