Aspose::Font::Type1::Type1Font::GetGlyphById Methode
Inhalt
[
Ausblenden
]Type1Font::GetGlyphById(System::SharedPtr<Glyphs::GlyphId>) method
Gibt ein Glyph anhand seiner Glyph-ID zurück. Die Glyph-ID ist eine eindeutige Nummer für ein Glyph, die vom Schriftarttyp abhängt. Type1Font Glyph-ID kann eine Instanz der Klasse (GlyphStringId) oder der Klasse (GlyphUInt32Id) sein.
System::SharedPtr<Glyphs::Glyph> Aspose::Font::Type1::Type1Font::GetGlyphById(System::SharedPtr<Glyphs::GlyphId> id) override
| Parameter | Typ | Beschreibung |
|---|---|---|
| id | System::SharedPtr<Glyphs::GlyphId> | Glyph-ID. |
ReturnValue
Glyph.
Siehe auch
- Typedef SharedPtr
- Class Glyph
- Class GlyphId
- Class Type1Font
- Namespace Aspose::Font::Type1
- Library Aspose.Font for C++
Type1Font::GetGlyphById(System::String) method
Gibt die Glyphe anhand ihrer Glyphen‑ID zurück.
virtual System::SharedPtr<Glyphs::Glyph> Aspose::Font::Type1::Type1Font::GetGlyphById(System::String id)
| Parameter | Typ | Beschreibung |
|---|---|---|
| id | System::String | Glyph-ID. |
ReturnValue
Glyph.
Siehe auch
- Typedef SharedPtr
- Class Glyph
- Class String
- Class Type1Font
- Namespace Aspose::Font::Type1
- Library Aspose.Font for C++
Type1Font::GetGlyphById(uint32_t) method
Gibt die Glyphe anhand ihrer Glyphen‑ID zurück.
System::SharedPtr<Glyphs::Glyph> Aspose::Font::Type1::Type1Font::GetGlyphById(uint32_t id)
| Parameter | Typ | Beschreibung |
|---|---|---|
| id | uint32_t | Glyph-ID. |
ReturnValue
Glyph.
Siehe auch
- Typedef SharedPtr
- Class Glyph
- Class Type1Font
- Namespace Aspose::Font::Type1
- Library Aspose.Font for C++