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
| معامل | نوع | الوصف |
|---|---|---|
| fontType | Aspose::Font::FontType | نوع تنسيق Font للتحويل إليه. |
ReturnValue
Font converted into new format.
ملاحظات
ملاحظة: نوع TTF Font مدعوم الآن فقط.
انظر أيضًا
- Typedef SharedPtr
- Class Font
- Enum FontType
- Class TtfFont
- Namespace Aspose::Font::Ttf
- Library Aspose.Font for C++
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)
| معامل | نوع | الوصف |
|---|---|---|
| fontType | Aspose::Font::FontType | نوع تنسيق Font للتحويل إليه. |
| limitingCharacterSet | System::SharedPtr<System::Collections::Generic::ICollection<uint32_t>> | تقييد مجموعة الأحرف. |
ReturnValue
Font converted into new format.
ملاحظات
ملاحظة: نوع TTF Font مدعوم الآن فقط.
انظر أيضًا
- Typedef SharedPtr
- Class Font
- Enum FontType
- Class ICollection
- Class TtfFont
- Namespace Aspose::Font::Ttf
- Library Aspose.Font for C++