Aspose::Font::Type1::Type1Encoding::DecodeToGid method
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.
System::SharedPtr<Aspose::Font::Glyphs::GlyphId> Aspose::Font::Type1::Type1Encoding::DecodeToGid(uint32_t charCode) override
Parameter | Type | Description |
---|---|---|
charCode | uint32_t | Character code to get glyph identifier for. |
ReturnValue
Glyph identifier related to character code passed.
See Also
- Typedef SharedPtr
- Class GlyphId
- Class Type1Encoding
- Namespace Aspose::Font::Type1
- Library Aspose.Font for C++