UnicodeToGid
CffEncoding.UnicodeToGid method
解码 unicode 并返回字形 id。 字形 id 是字形的唯一编号,取决于字体类型。 CFF 字体字形 id 可以是 (GlyphStringId
) 类或 (GlyphUInt32Id
类.
public GlyphId UnicodeToGid(uint unicode)
范围 | 类型 | 描述 |
---|---|---|
unicode | UInt32 | 用于获取字形标识符的 Unicode。 |
返回值
与 unicode 相关的字形标识符已通过。
也可以看看
- class GlyphId
- class CffEncoding
- 命名空间 Aspose.Font.Cff
- 部件 Aspose.Font