Aspose::Font::Type1::Type1Font::GetGlyphById metodo
Contenuti
[
Nascondere
]Type1Font::GetGlyphById(System::SharedPtr<Glyphs::GlyphId>) method
Restituisce il glifo per ID glifo. L’ID glifo è un numero univoco per un glifo, dipendente dal tipo di font. Type1Font ID glifo può essere un’istanza della classe (GlyphStringId) o della classe (GlyphUInt32Id).
System::SharedPtr<Glyphs::Glyph> Aspose::Font::Type1::Type1Font::GetGlyphById(System::SharedPtr<Glyphs::GlyphId> id) override
| Parametro | Tipo | Descrizione |
|---|---|---|
| id | System::SharedPtr<Glyphs::GlyphId> | Id del glifo. |
ReturnValue
Glifo.
Vedi anche
- Typedef SharedPtr
- Class Glyph
- Class GlyphId
- Class Type1Font
- Namespace Aspose::Font::Type1
- Library Aspose.Font for C++
Type1Font::GetGlyphById(System::String) method
Restituisce il glifo per ID del glifo.
virtual System::SharedPtr<Glyphs::Glyph> Aspose::Font::Type1::Type1Font::GetGlyphById(System::String id)
| Parametro | Tipo | Descrizione |
|---|---|---|
| id | System::String | Id del glifo. |
ReturnValue
Glifo.
Vedi anche
- Typedef SharedPtr
- Class Glyph
- Class String
- Class Type1Font
- Namespace Aspose::Font::Type1
- Library Aspose.Font for C++
Type1Font::GetGlyphById(uint32_t) method
Restituisce il glifo per ID del glifo.
System::SharedPtr<Glyphs::Glyph> Aspose::Font::Type1::Type1Font::GetGlyphById(uint32_t id)
| Parametro | Tipo | Descrizione |
|---|---|---|
| id | uint32_t | Id del glifo. |
ReturnValue
Glifo.
Vedi anche
- Typedef SharedPtr
- Class Glyph
- Class Type1Font
- Namespace Aspose::Font::Type1
- Library Aspose.Font for C++