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
ПараметрТипОписание
idSystem::SharedPtr<Glyphs::GlyphId>Идентификатор глифа.

ReturnValue

Глиф.

См. также

CffFont::GetGlyphById(System::String) method

Возвращает глиф по имени глифа.

System::SharedPtr<Glyphs::Glyph> Aspose::Font::Cff::CffFont::GetGlyphById(System::String glyphName)
ПараметрТипОписание
glyphNameSystem::StringИмя глифа.

ReturnValue

Глиф.

См. также

CffFont::GetGlyphById(uint32_t) method

Возвращает глиф по идентификатору глифа.

System::SharedPtr<Glyphs::Glyph> Aspose::Font::Cff::CffFont::GetGlyphById(uint32_t id)
ПараметрТипОписание
iduint32_tИдентификатор глифа.

ReturnValue

Глиф.

См. также