طريقة Aspose::Font::Sources::FontDefinition::Open

FontDefinition::Open(System::SharedPtr<StreamSource>, Aspose::Font::FontType) method

تُرجع FontDefinition لمصدر تدفق الخط ونوع الخط.

static System::SharedPtr<FontDefinition> Aspose::Font::Sources::FontDefinition::Open(System::SharedPtr<StreamSource> source, Aspose::Font::FontType fontType)
معاملنوعالوصف
sourceSystem::SharedPtr<StreamSource>مصدر تدفق Font.
fontTypeAspose::Font::FontTypeنوع Font.

ReturnValue

FontDefinition.

انظر أيضًا

FontDefinition::Open(System::String, Aspose::Font::FontType) method

تُرجع FontDefinition لملف الخط ونوع الخط.

static System::SharedPtr<FontDefinition> Aspose::Font::Sources::FontDefinition::Open(System::String fileName, Aspose::Font::FontType fontType)
معاملنوعالوصف
fileNameSystem::Stringاسم ملف Font.
fontTypeAspose::Font::FontTypeنوع Font.

ReturnValue

FontDefinition.

انظر أيضًا