Aspose::Font::Ttf::TtfEncoding::DecodeToGidParameterized méthode

TtfEncoding::DecodeToGidParameterized method

La version paramétrée permet d’utiliser une table CMap spécifique (pas Unicode).

System::SharedPtr<Glyphs::GlyphId> Aspose::Font::Ttf::TtfEncoding::DecodeToGidParameterized(System::SharedPtr<IEncodingParameters> parameters, uint32_t charCode) override
ParamètreTypeDescription
parametersSystem::SharedPtr<IEncodingParameters>Implémentation de l’interface IEncodingParameters.
charCodeuint32_tCode de caractère pour obtenir l’identifiant du glyphe.

ReturnValue

Identifiant du glyphe lié au code de caractère fourni.

Voir aussi