GidToUnicode
IFontEncoding.GidToUnicode method
将 Gid 解码为 unicode。 字形 id 是字形的唯一编号,取决于字体类型。 例如: Type1 的 id 是字形名称,实例为 (GlyphStringId
) class. TTF 的 id 是一个 int 索引,实例为 (GlyphUInt32Id
类.
public uint GidToUnicode(GlyphId gid)
范围 | 类型 | 描述 |
---|---|---|
gid | GlyphId | 要解码的符号的字形标识符。 |
返回值
与字形 id 相关的 Unicode 值已通过。
也可以看看
- class GlyphId
- interface IFontEncoding
- 命名空间 Aspose.Font
- 部件 Aspose.Font