Méthode Aspose::Font::Cff::CffEncoding::DecodeToGidParameterized
CffEncoding::DecodeToGidParameterized method
Méthode de décodage paramétrée. Non prise en charge pour le type CFF Font.
System::SharedPtr<Glyphs::GlyphId> Aspose::Font::Cff::CffEncoding::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 de glyphe lié au charCode fourni.
Voir aussi
- Typedef SharedPtr
- Class GlyphId
- Class IEncodingParameters
- Class CffEncoding
- Namespace Aspose::Font::Cff
- Library Aspose.Font for C++