Aspose::Font::Cff::CffFont::GetGlyphById metodo
Contenuti
[
Nascondere
]CffFont::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 carattere. L’ID glifo del Font CFF può essere un’istanza della classe (GlyphStringId) o della classe (GlyphUInt32Id).
System::SharedPtr<Glyphs::Glyph> Aspose::Font::Cff::CffFont::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 CffFont
- Namespace Aspose::Font::Cff
- Library Aspose.Font for C++
CffFont::GetGlyphById(System::String) method
Restituisce il glifo per nome glifo.
System::SharedPtr<Glyphs::Glyph> Aspose::Font::Cff::CffFont::GetGlyphById(System::String glyphName)
| Parametro | Tipo | Descrizione |
|---|---|---|
| glyphName | System::String | Nome del glifo. |
ReturnValue
Glifo.
Vedi anche
- Typedef SharedPtr
- Class Glyph
- Class String
- Class CffFont
- Namespace Aspose::Font::Cff
- Library Aspose.Font for C++
CffFont::GetGlyphById(uint32_t) method
Restituisce il glifo per ID del glifo.
System::SharedPtr<Glyphs::Glyph> Aspose::Font::Cff::CffFont::GetGlyphById(uint32_t id)
| Parametro | Tipo | Descrizione |
|---|---|---|
| id | uint32_t | Id del glifo. |
ReturnValue
Glifo.
Vedi anche
- Typedef SharedPtr
- Class Glyph
- Class CffFont
- Namespace Aspose::Font::Cff
- Library Aspose.Font for C++