Aspose::Font::Cff::CffEncoding::DecodeToGidParameterized method

CffEncoding::DecodeToGidParameterized method

Parameterized decode method. Not supported for CFF Font type.

System::SharedPtr<Aspose::Font::Glyphs::GlyphId> Aspose::Font::Cff::CffEncoding::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 charCode passed.

See Also