DecodeToGid

Type1Encoding.DecodeToGid method

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

public GlyphId DecodeToGid(uint charCode)
范围类型描述
charCodeUInt32获取字形标识符的字符代码。

返回值

与传递的字符代码相关的字形标识符。

也可以看看