Aspose::Font::Ttf::TtfEncoding::DecodeToGidParameterized method

TtfEncoding::DecodeToGidParameterized method

Parametrized version allows to use specific CMap table (not unicode).

System::SharedPtr<Aspose::Font::Glyphs::GlyphId> Aspose::Font::Ttf::TtfEncoding::DecodeToGidParameterized(System::SharedPtr<IEncodingParameters> parameters, uint32_t charCode) override
ParameterTypeDescription
parametersSystem::SharedPtr<IEncodingParameters>Implementation of IEncodingParametersinterface.
charCodeuint32_tCharacter code to get glyph identifier for.

ReturnValue

Glyph identifier related to character code passed.

See Also