طريقة Aspose::Font::FontFactory::Open
محتويات
[
يخفي
]FontFactory::Open(FontType, System::ArrayPtr<uint8_t>) method
يفتح خطًا باستخدام نوع الخط ومصفوفة بايتات بيانات الخط.
System::SharedPtr<Font> Aspose::Font::FontFactory::Open(FontType fontType, System::ArrayPtr<uint8_t> fontData)
| معامل | نوع | الوصف |
|---|---|---|
| fontType | FontType | Font النوع. |
| fontData | System::ArrayPtr<uint8_t> | مصفوفة بايتات لتحميل الخط منها. |
ReturnValue
Font loaded.
انظر أيضًا
- Typedef SharedPtr
- Class Font
- Enum FontType
- Typedef ArrayPtr
- Class FontFactory
- Namespace Aspose::Font
- Library Aspose.Font for C++
FontFactory::Open(FontType, System::SharedPtr<Sources::StreamSource>) method
يفتح خطًا باستخدام نوع الخط ومصدر الدفق.
System::SharedPtr<Font> Aspose::Font::FontFactory::Open(FontType fontType, System::SharedPtr<Sources::StreamSource> fontStreamSource)
| معامل | نوع | الوصف |
|---|---|---|
| fontType | FontType | Font النوع. |
| fontStreamSource | System::SharedPtr<Sources::StreamSource> | مصدر الدفق للخط. |
ReturnValue
Font loaded.
انظر أيضًا
- Typedef SharedPtr
- Class Font
- Enum FontType
- Class StreamSource
- Class FontFactory
- Namespace Aspose::Font
- Library Aspose.Font for C++
FontFactory::Open(FontType, System::String) method
يفتح خطًا باستخدام نوع الخط واسم ملف الخط.
System::SharedPtr<Font> Aspose::Font::FontFactory::Open(FontType fontType, System::String fileName)
| معامل | نوع | الوصف |
|---|---|---|
| fontType | FontType | Font النوع. |
| fileName | System::String | Font اسم الملف. |
ReturnValue
Font loaded.
انظر أيضًا
- Typedef SharedPtr
- Class Font
- Enum FontType
- Class String
- Class FontFactory
- Namespace Aspose::Font
- Library Aspose.Font for C++
FontFactory::Open(System::SharedPtr<Sources::FontDefinition>) method
يفتح خطًا باستخدام كائن FontDefinition.
System::SharedPtr<Font> Aspose::Font::FontFactory::Open(System::SharedPtr<Sources::FontDefinition> fontDefinition)
| معامل | نوع | الوصف |
|---|---|---|
| fontDefinition | System::SharedPtr<Sources::FontDefinition> | Font كائن التعريف. |
ReturnValue
Font loaded.
انظر أيضًا
- Typedef SharedPtr
- Class Font
- Class FontDefinition
- Class FontFactory
- Namespace Aspose::Font
- Library Aspose.Font for C++