Aspose::Font::Ttf::TtfFont::GetGlyphById metodo
Contenuti
[
Nascondere
]TtfFont::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 TTF Font può essere un’istanza della classe (GlyphStringId) o della classe (GlyphUInt32Id). L’indirizzamento del glifo per nome (stringa) è supportato per i Font TTF tramite la mappatura della tabella Post. In caso di Font CFF interno, le strutture CFF sono usate per indirizzare i glifi per nome.
System::SharedPtr<Glyphs::Glyph> Aspose::Font::Ttf::TtfFont::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 TtfFont
- Namespace Aspose::Font::Ttf
- Library Aspose.Font for C++
TtfFont::GetGlyphById(System::String) method
Restituisce il glifo per nome glifo. L’indirizzamento del glifo per nome (stringa) è supportato per i font TTF tramite la mappatura della tabella Post. In caso di Font CFF interno, le strutture CFF sono usate per indirizzare i glifi per nome.
System::SharedPtr<Glyphs::Glyph> Aspose::Font::Ttf::TtfFont::GetGlyphById(System::String glyphName)
| Parametro | Tipo | Descrizione |
|---|---|---|
| glyphName | System::String | Identificatore di stringa del glifo. |
ReturnValue
Glifo.
Vedi anche
- Typedef SharedPtr
- Class Glyph
- Class String
- Class TtfFont
- Namespace Aspose::Font::Ttf
- Library Aspose.Font for C++
TtfFont::GetGlyphById(uint32_t) method
Restituisce il glifo per ID del glifo.
System::SharedPtr<Glyphs::Glyph> Aspose::Font::Ttf::TtfFont::GetGlyphById(uint32_t id)
| Parametro | Tipo | Descrizione |
|---|---|---|
| id | uint32_t | Indice del glifo. |
ReturnValue
Glifo.
Vedi anche
- Typedef SharedPtr
- Class Glyph
- Class TtfFont
- Namespace Aspose::Font::Ttf
- Library Aspose.Font for C++