Aspose::Font::Ttf::TtfFont::Convert method

TtfFont::Convert(Aspose::Font::FontType) method

يحول Font إلى تنسيق آخر.

System::SharedPtr<Font> Aspose::Font::Ttf::TtfFont::Convert(Aspose::Font::FontType fontType) override
معاملنوعالوصف
fontTypeAspose::Font::FontTypeنوع تنسيق Font للتحويل إليه.

ReturnValue

Font converted into new format.

ملاحظات

ملاحظة: نوع TTF Font مدعوم الآن فقط.

انظر أيضًا

TtfFont::Convert(Aspose::Font::FontType, System::SharedPtr<System::Collections::Generic::ICollection<uint32_t>>) method

يحول Font إلى تنسيق آخر مع مجموعة أحرف محدودة.

System::SharedPtr<Font> Aspose::Font::Ttf::TtfFont::Convert(Aspose::Font::FontType fontType, System::SharedPtr<System::Collections::Generic::ICollection<uint32_t>> limitingCharacterSet)
معاملنوعالوصف
fontTypeAspose::Font::FontTypeنوع تنسيق Font للتحويل إليه.
limitingCharacterSetSystem::SharedPtr<System::Collections::Generic::ICollection<uint32_t>>تقييد مجموعة الأحرف.

ReturnValue

Font converted into new format.

ملاحظات

ملاحظة: نوع TTF Font مدعوم الآن فقط.

انظر أيضًا