Aspose::Font::Type1::Type1Font::GetGlyphById طريقة

Type1Font::GetGlyphById(System::SharedPtr<Glyphs::GlyphId>) method

تُرجع الحرف وفقًا لمعرّف الحرف. معرّف الحرف هو رقم فريد لحرف، يعتمد على نوع الخط. Type1Font معرّف الحرف يمكن أن يكون مثالًا على الفئة (GlyphStringId) أو الفئة (GlyphUInt32Id).

System::SharedPtr<Glyphs::Glyph> Aspose::Font::Type1::Type1Font::GetGlyphById(System::SharedPtr<Glyphs::GlyphId> id) override
معاملنوعالوصف
المعرّفSystem::SharedPtr<Glyphs::GlyphId>معرّف الشكل.

ReturnValue

الحرف.

انظر أيضًا

Type1Font::GetGlyphById(System::String) method

يرجع الرمز بناءً على معرف الرمز.

virtual System::SharedPtr<Glyphs::Glyph> Aspose::Font::Type1::Type1Font::GetGlyphById(System::String id)
معاملنوعالوصف
المعرّفSystem::Stringمعرّف الشكل.

ReturnValue

الحرف.

انظر أيضًا

Type1Font::GetGlyphById(uint32_t) method

يرجع الرمز بناءً على معرف الرمز.

System::SharedPtr<Glyphs::Glyph> Aspose::Font::Type1::Type1Font::GetGlyphById(uint32_t id)
معاملنوعالوصف
المعرّفuint32_tمعرّف الشكل.

ReturnValue

الحرف.

انظر أيضًا