DecodeToGid
IFontEncoding.DecodeToGid method
解码一个字符代码并返回字形id。 字形id是一个字形的唯一编号,它取决于字体类型。 例如: type1的id是一个字形名称,实例为(GlyphStringId
) class. TTF 的 id 是一个 int 索引,实例为 (GlyphUInt32Id
) class. 注意:字符代码不一定是 unicode。字符代码是字体编码“表”中的字符索引。
public GlyphId DecodeToGid(uint charCode)
范围 | 类型 | 描述 |
---|---|---|
charCode | UInt32 | 获取字形标识符的字符代码。 |
返回值
与 charCode 相关的字形标识符已传递。
也可以看看
- class GlyphId
- interface IFontEncoding
- 命名空间 Aspose.Font
- 部件 Aspose.Font