CffEncoding.GidToUnicode
CffEncoding.GidToUnicode method
Decodes Gid to unicode. 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 uint GidToUnicode(GlyphId gid)
Parameter | Type | Description |
---|---|---|
gid | GlyphId | Glyph identifier of symbol to decode. |
Return Value
Unicode value related to glyph id passed.
See Also
- class GlyphId
- class CffEncoding
- namespace Aspose.Font.Cff
- assembly Aspose.Font