CffEncoding.UnicodeToGid
CffEncoding.UnicodeToGid method
Decodes a unicode and returns glyph id. Glyph id is a unique number for a glyph, which is font type dependent. CFF Font glyph id can be instance of (GlyphStringId
) class or (GlyphUInt32Id
) class.
public GlyphId UnicodeToGid(uint unicode)
Parameter | Type | Description |
---|---|---|
unicode | UInt32 | Unicode to get glyph identifier for. |
Return Value
Glyph identifier related to unicode passed.
See Also
- class GlyphId
- class CffEncoding
- namespace Aspose.Font.Cff
- assembly Aspose.Font