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