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ètre | Type | Description |
|---|---|---|
| parameters | System::SharedPtr<IEncodingParameters> | Implémentation de l’interface IEncodingParameters. |
| charCode | uint32_t | Code de caractère pour obtenir l’identifiant du glyphe. |
ReturnValue
Identifiant du glyphe lié au code de caractère fourni.
Voir aussi
- Typedef SharedPtr
- Class GlyphId
- Class IEncodingParameters
- Class TtfEncoding
- Namespace Aspose::Font::Ttf
- Library Aspose.Font for C++