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
ParameterTypeDescription
parametersSystem::SharedPtr<IEncodingParameters>Implementation of IEncodingParameters interface.
charCodeuint32_tCharacter 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