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
معاملنوعالوصف
المعرّفSystem::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)
معاملنوعالوصف
المعرّفuint32_tمعرّف الشكل.

ReturnValue

الحرف.

انظر أيضًا