Open

Open(string, FontType)

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

public static FontDefinition Open(string fileName, FontType fontType)
معامليكتبوصف
fileNameStringاسم ملف الخط.
fontTypeFontTypeنوع الخط.

قيمة الإرجاع

تعريف الخط.

أنظر أيضا


Open(StreamSource, FontType)

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

public static FontDefinition Open(StreamSource source, FontType fontType)
معامليكتبوصف
sourceStreamSourceمصدر دفق الخط.
fontTypeFontTypeنوع الخط.

قيمة الإرجاع

تعريف الخط.

أنظر أيضا