Type1Encoding.DecodeToGid
Type1Encoding.DecodeToGid 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 GlyphId DecodeToGid(uint charCode)
Parameter | Type | Description |
---|---|---|
charCode | UInt32 | Character code to get glyph identifier for. |
Return Value
Glyph identifier related to character code passed.
See Also
- class GlyphId
- class Type1Encoding
- namespace Aspose.Font.Type1
- assembly Aspose.Font