Méthode Aspose::Font::Cff::CffFont::GetGlyphById
Contenu
[
Cacher
]CffFont::GetGlyphById(System::SharedPtr<Glyphs::GlyphId>) method
Retourne le glyphe par son identifiant. L’identifiant de glyphe est un numéro unique pour un glyphe, dépendant du type de police. L’identifiant de glyphe CFF Font peut être une instance de la classe (GlyphStringId) ou de la classe (GlyphUInt32Id).
System::SharedPtr<Glyphs::Glyph> Aspose::Font::Cff::CffFont::GetGlyphById(System::SharedPtr<Glyphs::GlyphId> id) override
| Paramètre | Type | Description |
|---|---|---|
| id | System::SharedPtr<Glyphs::GlyphId> | Identifiant du glyphe. |
ReturnValue
Glyphe.
Voir aussi
- Typedef SharedPtr
- Class Glyph
- Class GlyphId
- Class CffFont
- Namespace Aspose::Font::Cff
- Library Aspose.Font for C++
CffFont::GetGlyphById(System::String) method
Retourne le glyphe par nom de glyphe.
System::SharedPtr<Glyphs::Glyph> Aspose::Font::Cff::CffFont::GetGlyphById(System::String glyphName)
| Paramètre | Type | Description |
|---|---|---|
| glyphName | System::String | Nom du glyphe. |
ReturnValue
Glyphe.
Voir aussi
- Typedef SharedPtr
- Class Glyph
- Class String
- Class CffFont
- Namespace Aspose::Font::Cff
- Library Aspose.Font for C++
CffFont::GetGlyphById(uint32_t) method
Renvoie le glyphe par identifiant de glyphe.
System::SharedPtr<Glyphs::Glyph> Aspose::Font::Cff::CffFont::GetGlyphById(uint32_t id)
| Paramètre | Type | Description |
|---|---|---|
| id | uint32_t | Identifiant du glyphe. |
ReturnValue
Glyphe.
Voir aussi
- Typedef SharedPtr
- Class Glyph
- Class CffFont
- Namespace Aspose::Font::Cff
- Library Aspose.Font for C++