Aspose::Font::Type1::Type1MetricFont::GetGlyphById metodo
Type1MetricFont::GetGlyphById(System::SharedPtr<Glyphs::GlyphId>) method
Restituisce il glifo per ID glifo. Non supportato per il tipo Type1MetricFont.
System::SharedPtr<Glyphs::Glyph> Aspose::Font::Type1::Type1MetricFont::GetGlyphById(System::SharedPtr<Glyphs::GlyphId> id) override
| Parametro | Tipo | Descrizione |
|---|---|---|
| id | System::SharedPtr<Glyphs::GlyphId> | Identificatore del glifo. |
ReturnValue
Glifo.
Vedi anche
- Typedef SharedPtr
- Class Glyph
- Class GlyphId
- Class Type1MetricFont
- Namespace Aspose::Font::Type1
- Library Aspose.Font for C++
Type1MetricFont::GetGlyphById(System::String) method
Restituisce il glifo per ID glifo. Non supportato per il tipo Type1MetricFont.
System::SharedPtr<Glyphs::Glyph> Aspose::Font::Type1::Type1MetricFont::GetGlyphById(System::String id) override
| Parametro | Tipo | Descrizione |
|---|---|---|
| id | System::String | Identificatore del glifo. |
ReturnValue
Glifo.
Vedi anche
- Typedef SharedPtr
- Class Glyph
- Class String
- Class Type1MetricFont
- Namespace Aspose::Font::Type1
- Library Aspose.Font for C++