طريقة 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)
| معامل | نوع | الوصف |
|---|---|---|
| source | System::SharedPtr<StreamSource> | مصدر تدفق Font. |
| fontType | Aspose::Font::FontType | نوع Font. |
ReturnValue
انظر أيضًا
- Typedef SharedPtr
- Class FontDefinition
- Class StreamSource
- Enum FontType
- Class FontDefinition
- Namespace Aspose::Font::Sources
- Library Aspose.Font for C++
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)
| معامل | نوع | الوصف |
|---|---|---|
| fileName | System::String | اسم ملف Font. |
| fontType | Aspose::Font::FontType | نوع Font. |
ReturnValue
انظر أيضًا
- Typedef SharedPtr
- Class FontDefinition
- Class String
- Enum FontType
- Class FontDefinition
- Namespace Aspose::Font::Sources
- Library Aspose.Font for C++