Aspose::Font::Sources::FontFileDefinition فئة
FontFileDefinition class
يمثل تعريف ملف Font.
class FontFileDefinition : public System::Object
الطرق
| طريقة | الوصف |
|---|---|
| FontFileDefinition(System::SharedPtr<Aspose::Font::Sources::StreamSource>) | ينشئ تعريف ملف باستخدام محتوى الملف فقط. |
| FontFileDefinition(System::String, System::SharedPtr<Aspose::Font::Sources::StreamSource>) | ينشئ تعريف ملف باستخدام محتوى الملف فقط. |
| FontFileDefinition(System::String, System::SharedPtr<Aspose::Font::Sources::StreamSource>, int64_t) | ينشئ تعريف ملف باستخدام محتوى الملف فقط. |
| FontFileDefinition(System::SharedPtr<System::IO::FileInfo>) | ينشئ تعريف ملف باستخدام ملف الخط (الممثل بـ FileInfo) ومحتوى الملف. |
| get_FileExtension() const | يحصل على امتداد ملف Font. |
| get_FileName() const | يحصل على اسم ملف Font. |
| get_Offset() const | يحصل على الإزاحة داخل التدفق. |
| get_StreamSource() const | يحصل على مصدر التدفق. |
انظر أيضًا
- Class Object
- Namespace Aspose::Font::Sources
- Library Aspose.Font for C++