Aspose::Font::Cff::CffFont::GetGlyphById метод
Содержание
[
Скрывать
]CffFont::GetGlyphById(System::SharedPtr<Glyphs::GlyphId>) method
Возвращает глиф по идентификатору глифа. Идентификатор глифа — уникальный номер глифа, зависящий от типа шрифта. Идентификатор глифа CFF Font может быть экземпляром класса (GlyphStringId) или класса (GlyphUInt32Id).
System::SharedPtr<Glyphs::Glyph> Aspose::Font::Cff::CffFont::GetGlyphById(System::SharedPtr<Glyphs::GlyphId> id) override
| Параметр | Тип | Описание |
|---|---|---|
| id | System::SharedPtr<Glyphs::GlyphId> | Идентификатор глифа. |
ReturnValue
Глиф.
См. также
- Typedef SharedPtr
- Class Glyph
- Class GlyphId
- Class CffFont
- Namespace Aspose::Font::Cff
- Library Aspose.Font for C++
CffFont::GetGlyphById(System::String) method
Возвращает глиф по имени глифа.
System::SharedPtr<Glyphs::Glyph> Aspose::Font::Cff::CffFont::GetGlyphById(System::String glyphName)
| Параметр | Тип | Описание |
|---|---|---|
| glyphName | System::String | Имя глифа. |
ReturnValue
Глиф.
См. также
- Typedef SharedPtr
- Class Glyph
- Class String
- Class CffFont
- Namespace Aspose::Font::Cff
- Library Aspose.Font for C++
CffFont::GetGlyphById(uint32_t) method
Возвращает глиф по идентификатору глифа.
System::SharedPtr<Glyphs::Glyph> Aspose::Font::Cff::CffFont::GetGlyphById(uint32_t id)
| Параметр | Тип | Описание |
|---|---|---|
| id | uint32_t | Идентификатор глифа. |
ReturnValue
Глиф.
См. также
- Typedef SharedPtr
- Class Glyph
- Class CffFont
- Namespace Aspose::Font::Cff
- Library Aspose.Font for C++