Aspose::Font::Type1::Type1Font::GetGlyphById méthode
Contenu
[
Cacher
]Type1Font::GetGlyphById(System::SharedPtr<Glyphs::GlyphId>) method
Retourne le glyphe par identifiant de glyphe. L’identifiant de glyphe est un nombre unique pour un glyphe, qui dépend du type de police. Type1Font identifiant de glyphe peut être une instance de la classe (GlyphStringId) ou de la classe (GlyphUInt32Id).
System::SharedPtr<Glyphs::Glyph> Aspose::Font::Type1::Type1Font::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 Type1Font
- Namespace Aspose::Font::Type1
- Library Aspose.Font for C++
Type1Font::GetGlyphById(System::String) method
Renvoie le glyphe par identifiant de glyphe.
virtual System::SharedPtr<Glyphs::Glyph> Aspose::Font::Type1::Type1Font::GetGlyphById(System::String id)
| Paramètre | Type | Description |
|---|---|---|
| id | System::String | Identifiant du glyphe. |
ReturnValue
Glyphe.
Voir aussi
- Typedef SharedPtr
- Class Glyph
- Class String
- Class Type1Font
- Namespace Aspose::Font::Type1
- Library Aspose.Font for C++
Type1Font::GetGlyphById(uint32_t) method
Renvoie le glyphe par identifiant de glyphe.
System::SharedPtr<Glyphs::Glyph> Aspose::Font::Type1::Type1Font::GetGlyphById(uint32_t id)
| Paramètre | Type | Description |
|---|---|---|
| id | uint32_t | Identifiant du glyphe. |
ReturnValue
Glyphe.
Voir aussi
- Typedef SharedPtr
- Class Glyph
- Class Type1Font
- Namespace Aspose::Font::Type1
- Library Aspose.Font for C++