Aspose::Font::Type1::Type1MetricFont::GetGlyphById méthode
Type1MetricFont::GetGlyphById(System::SharedPtr<Glyphs::GlyphId>) method
Retourne le glyphe par son identifiant. Non pris en charge pour le type Type1MetricFont.
System::SharedPtr<Glyphs::Glyph> Aspose::Font::Type1::Type1MetricFont::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 Type1MetricFont
- Namespace Aspose::Font::Type1
- Library Aspose.Font for C++
Type1MetricFont::GetGlyphById(System::String) method
Retourne le glyphe par son identifiant. Non pris en charge pour le type Type1MetricFont.
System::SharedPtr<Glyphs::Glyph> Aspose::Font::Type1::Type1MetricFont::GetGlyphById(System::String id) override
| Paramètre | Type | Description |
|---|---|---|
| id | System::String | Identifiant du glyphe. |
ReturnValue
Glyphe.
Voir aussi
- Typedef SharedPtr
- Class Glyph
- Class String
- Class Type1MetricFont
- Namespace Aspose::Font::Type1
- Library Aspose.Font for C++