Type1Encoding.GidToUnicode
Type1Encoding.GidToUnicode method
Decodes Gid to Unicode. Glyph id is a unique number for a glyph, which is font type dependent. For example: Type1’s id is a glyph name, instance of (GlyphStringId
) class. TTF’s id is an int index, instance of (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 Type1Encoding
- namespace Aspose.Font.Type1
- assembly Aspose.Font