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