Aspose::Font::Cff::CffFont::GetGlyphById method
Contents
[
Hide
]CffFont::GetGlyphById(System::SharedPtr<Aspose::Font::Glyphs::GlyphId>) method
Returns glyph by glyph id. Glyph id is a unique number for a glyph, which is font type dependent. CFF Font glyph id can be instance of (GlyphStringId) class or (GlyphUInt32Id) class.
System::SharedPtr<Aspose::Font::Glyphs::Glyph> Aspose::Font::Cff::CffFont::GetGlyphById(System::SharedPtr<Aspose::Font::Glyphs::GlyphId> id) override
Parameter | Type | Description |
---|---|---|
id | System::SharedPtr<Aspose::Font::Glyphs::GlyphId> | Glyph id. |
ReturnValue
Glyph.
See Also
- Typedef SharedPtr
- Class Glyph
- Class GlyphId
- Class CffFont
- Namespace Aspose::Font::Cff
- Library Aspose.Font for C++
CffFont::GetGlyphById(System::String) method
Returns glyph by glyph name.
System::SharedPtr<Aspose::Font::Glyphs::Glyph> Aspose::Font::Cff::CffFont::GetGlyphById(System::String glyphName)
Parameter | Type | Description |
---|---|---|
glyphName | System::String | Glyph name. |
ReturnValue
Glyph.
See Also
- Typedef SharedPtr
- Class Glyph
- Class String
- Class CffFont
- Namespace Aspose::Font::Cff
- Library Aspose.Font for C++
CffFont::GetGlyphById(uint32_t) method
Returns glyph by glyph id.
System::SharedPtr<Aspose::Font::Glyphs::Glyph> Aspose::Font::Cff::CffFont::GetGlyphById(uint32_t id)
Parameter | Type | Description |
---|---|---|
id | uint32_t | Glyph id. |
ReturnValue
Glyph.
See Also
- Typedef SharedPtr
- Class Glyph
- Class CffFont
- Namespace Aspose::Font::Cff
- Library Aspose.Font for C++