FontExtensions.ToGdiFont
ToGdiFont(Font)
يقوم بتحويل Font إلى الخط.
public static Font ToGdiFont(Font font)
| معامل | نوع | الوصف |
|---|---|---|
| font | Font | الـ Font للتحويل. |
قيمة الإرجاع
الخط المحول.
انظر أيضًا
- class Font
- class FontExtensions
- namespace Aspose.Imaging.Extensions
- assembly Aspose.Imaging
ToGdiFont(Font, GraphicsUnit)
يقوم بتحويل Font إلى الخط.
public static Font ToGdiFont(Font font, GraphicsUnit fontUnit)
| معامل | نوع | الوصف |
|---|---|---|
| font | Font | الـ Font للتحويل. |
| وحدة الخط | GraphicsUnit | وحدة رسومات جديدة |
قيمة الإرجاع
الخط المحول.
انظر أيضًا
- class Font
- enum GraphicsUnit
- class FontExtensions
- namespace Aspose.Imaging.Extensions
- assembly Aspose.Imaging