Aspose::Font::IFontEncoding::DecodeToGidParameterized method
IFontEncoding::DecodeToGidParameterized method
Parameterized decode method.
virtual System::SharedPtr<Glyphs::GlyphId> Aspose::Font::IFontEncoding::DecodeToGidParameterized(System::SharedPtr<IEncodingParameters> parameters, uint32_t charCode)=0
Parameter | Type | Description |
---|---|---|
parameters | System::SharedPtr<IEncodingParameters> | Implementation of IEncodingParameters interface. |
charCode | uint32_t | Character code to get glyph identifier for. |
ReturnValue
Glyph identifier related to char code passed.
Remarks
Some font types can have multiple encoding algorithms/maps. So, IEncodingParameters interface is used to create concrete font encoding parameters.
See Also
- Typedef SharedPtr
- Class GlyphId
- Class IEncodingParameters
- Class IFontEncoding
- Namespace Aspose::Font
- Library Aspose.Font for C++