الفئة Aspose::Font::Sources::FontDefinition
محتويات
[
يخفي
]FontDefinition class
تمثل تعريف مجموعة ملفات Font. تحتوي هذه الفئة على حقول لا تتعلق ببيانات الخط الداخلية. تصف هذه الحقول موضع الخط وبيانات أخرى ضرورية لتحميل الخط من مصدر خط ما (ملف، ذاكرة، إلخ).
class FontDefinition : public System::Object
الطرق
| طريقة | الوصف |
|---|---|
| FontDefinition(Aspose::Font::FontType, System::String, System::SharedPtr<StreamSource>) | ينشئ تعريفًا لملف Font واحد. |
| FontDefinition(Aspose::Font::FontType, System::SharedPtr<StreamSource>) | ينشئ تعريفًا لملف Font واحد. |
| FontDefinition(System::String, Aspose::Font::FontType, System::String, System::SharedPtr<StreamSource>) | ينشئ تعريفًا لملف Font واحد. |
| FontDefinition(Aspose::Font::FontType, System::SharedPtr<FontFileDefinition>) | ينشئ تعريفًا لملف Font واحد. |
| FontDefinition(System::String, Aspose::Font::FontType, System::SharedPtr<FontFileDefinition>) | ينشئ تعريفًا لملف Font واحد. |
| FontDefinition(System::String, System::String, Aspose::Font::FontType, System::SharedPtr<FontFileDefinition>) | ينشئ تعريفًا لملف Font واحد. |
| FontDefinition(Aspose::Font::FontType, System::ArrayPtr<System::SharedPtr<FontFileDefinition>>) | ينشئ تعريفًا لملفات متعددة من نوع Font. |
| FontDefinition(System::String, System::String, Aspose::Font::FontType, System::ArrayPtr<System::SharedPtr<FontFileDefinition>>) | ينشئ تعريفًا لملفات متعددة من نوع Font. |
| FontDefinition(System::SharedPtr<MultiLanguageString>, System::SharedPtr<MultiLanguageString>, Aspose::Font::FontType, System::SharedPtr<FontFileDefinition>) | ينشئ تعريفًا لملفات متعددة من نوع Font. |
| FontDefinition(System::SharedPtr<MultiLanguageString>, System::SharedPtr<MultiLanguageString>, Aspose::Font::FontType, System::ArrayPtr<System::SharedPtr<FontFileDefinition>>) | ينشئ تعريفًا لملفات متعددة من نوع Font. |
| get_FileDefinitions() const | يحصل على مجموعة تعريفات الملفات. |
| virtual get_FontName() | يرجع اسم Font. |
| virtual get_FontNames() | يحصل على أسماء Font كـ MultiLanguageString. |
| get_FontType() const | يحصل على نوع Font. |
| virtual get_PostscriptName() | يحصل على اسم Font بوستسكريبت. |
| get_PostscriptNames() const | يحصل على أسماء Font بوستسكريبت كـ MultiLanguageString. |
| static Open(System::String, Aspose::Font::FontType) | يعيد FontDefinition لملف الخط ونوع الخط. |
| static Open(System::SharedPtr<StreamSource>, Aspose::Font::FontType) | يعيد FontDefinition لمصدر تدفق الخط ونوع الخط. |
انظر أيضًا
- Class Object
- Namespace Aspose::Font::Sources
- Library Aspose.Font for C++