Aspose::Font::Type1::Type1MetricFont::GetGlyphById Methode
Type1MetricFont::GetGlyphById(System::SharedPtr<Glyphs::GlyphId>) method
Gibt das Glyph anhand der Glyph-ID zurück. Nicht unterstützt für den Typ Type1MetricFont.
System::SharedPtr<Glyphs::Glyph> Aspose::Font::Type1::Type1MetricFont::GetGlyphById(System::SharedPtr<Glyphs::GlyphId> id) override
| Parameter | Typ | Beschreibung |
|---|---|---|
| id | System::SharedPtr<Glyphs::GlyphId> | Glyph-Bezeichner. |
ReturnValue
Glyph.
Siehe auch
- Typedef SharedPtr
- Class Glyph
- Class GlyphId
- Class Type1MetricFont
- Namespace Aspose::Font::Type1
- Library Aspose.Font for C++
Type1MetricFont::GetGlyphById(System::String) method
Gibt das Glyph anhand der Glyph-ID zurück. Nicht unterstützt für den Typ Type1MetricFont.
System::SharedPtr<Glyphs::Glyph> Aspose::Font::Type1::Type1MetricFont::GetGlyphById(System::String id) override
| Parameter | Typ | Beschreibung |
|---|---|---|
| id | System::String | Glyph-Bezeichner. |
ReturnValue
Glyph.
Siehe auch
- Typedef SharedPtr
- Class Glyph
- Class String
- Class Type1MetricFont
- Namespace Aspose::Font::Type1
- Library Aspose.Font for C++