FontDefinition.Open
Open(string, FontType)
يرجع FontDefinition لملف الخط ونوع الخط.
public static FontDefinition Open(string fileName, FontType fontType)
| معامل | نوع | الوصف |
|---|---|---|
| fileName | String | اسم ملف الخط. |
| fontType | FontType | نوع الخط. |
قيمة الإرجاع
FontDefinition.
انظر أيضاً
- enum FontType
- class FontDefinition
- namespace Aspose.Font.Sources
- assembly Aspose.Font
Open(StreamSource, FontType)
يرجع FontDefinition لمصدر تدفق الخط ونوع الخط.
public static FontDefinition Open(StreamSource source, FontType fontType)
| معامل | نوع | الوصف |
|---|---|---|
| المصدر | StreamSource | مصدر تدفق الخط. |
| fontType | FontType | نوع الخط. |
قيمة الإرجاع
FontDefinition.
انظر أيضاً
- class StreamSource
- enum FontType
- class FontDefinition
- namespace Aspose.Font.Sources
- assembly Aspose.Font