GidToUnicode

Type1Encoding.GidToUnicode method

将 Gid 解码为 Unicode。 Glyph id 是字形的唯一编号,取决于字体类型。 例如: Type1 的 id 是字形名称,实例为 (GlyphStringId) class. TTF 的 id 是一个 int 索引,实例为 (GlyphUInt32Id 类.

public uint GidToUnicode(GlyphId gid)
范围类型描述
gidGlyphId要解码的符号的字形标识符。

返回值

与字形 id 相关的 Unicode 值已通过。

也可以看看