طريقة 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)
معاملنوعالوصف
fontTypeFontTypeFont النوع.
fontDataSystem::ArrayPtr<uint8_t>مصفوفة بايتات لتحميل الخط منها.

ReturnValue

Font loaded.

انظر أيضًا

FontFactory::Open(FontType, System::SharedPtr<Sources::StreamSource>) method

يفتح خطًا باستخدام نوع الخط ومصدر الدفق.

System::SharedPtr<Font> Aspose::Font::FontFactory::Open(FontType fontType, System::SharedPtr<Sources::StreamSource> fontStreamSource)
معاملنوعالوصف
fontTypeFontTypeFont النوع.
fontStreamSourceSystem::SharedPtr<Sources::StreamSource>مصدر الدفق للخط.

ReturnValue

Font loaded.

انظر أيضًا

FontFactory::Open(FontType, System::String) method

يفتح خطًا باستخدام نوع الخط واسم ملف الخط.

System::SharedPtr<Font> Aspose::Font::FontFactory::Open(FontType fontType, System::String fileName)
معاملنوعالوصف
fontTypeFontTypeFont النوع.
fileNameSystem::StringFont اسم الملف.

ReturnValue

Font loaded.

انظر أيضًا

FontFactory::Open(System::SharedPtr<Sources::FontDefinition>) method

يفتح خطًا باستخدام كائن FontDefinition.

System::SharedPtr<Font> Aspose::Font::FontFactory::Open(System::SharedPtr<Sources::FontDefinition> fontDefinition)
معاملنوعالوصف
fontDefinitionSystem::SharedPtr<Sources::FontDefinition>Font كائن التعريف.

ReturnValue

Font loaded.

انظر أيضًا