UnicodeToGid

Type1Encoding.UnicodeToGid method

返回 unicode 的 GlyphId。或者 notdef 如果字体不包含 unicode 的字形。 字形 id 是字形的唯一编号,取决于字体类型。 例如: Type1 的 id 是字形名称,例如 (GlyphStringId) class. TTF 的 id 是一个 int 索引,实例为 (GlyphUInt32Id 类.

public GlyphId UnicodeToGid(uint unicode)
范围类型描述
unicodeUInt32用于获取字形标识符的 Unicode。

返回值

与 unicode 相关的字形标识符已通过。

也可以看看