Aspose::Font::Type1::Type1MetricFont::GetGlyphById метод
Type1MetricFont::GetGlyphById(System::SharedPtr<Glyphs::GlyphId>) method
Возвращает глиф по идентификатору глифа. Не поддерживается для типа Type1MetricFont.
System::SharedPtr<Glyphs::Glyph> Aspose::Font::Type1::Type1MetricFont::GetGlyphById(System::SharedPtr<Glyphs::GlyphId> id) override
| Параметр | Тип | Описание |
|---|---|---|
| id | System::SharedPtr<Glyphs::GlyphId> | Идентификатор глифа. |
ReturnValue
Глиф.
См. также
- Typedef SharedPtr
- Class Glyph
- Class GlyphId
- Class Type1MetricFont
- Namespace Aspose::Font::Type1
- Library Aspose.Font for C++
Type1MetricFont::GetGlyphById(System::String) method
Возвращает глиф по идентификатору глифа. Не поддерживается для типа Type1MetricFont.
System::SharedPtr<Glyphs::Glyph> Aspose::Font::Type1::Type1MetricFont::GetGlyphById(System::String id) override
| Параметр | Тип | Описание |
|---|---|---|
| id | System::String | Идентификатор глифа. |
ReturnValue
Глиф.
См. также
- Typedef SharedPtr
- Class Glyph
- Class String
- Class Type1MetricFont
- Namespace Aspose::Font::Type1
- Library Aspose.Font for C++