FontExtensions
Inheritance: java.lang.Object
public final class FontExtensions
يحتوي على أساليب امتداد لفئة Imaging.Font.
الطرق
| طريقة | الوصف |
|---|---|
| toGdiFont(Font font) | يحوّل Imaging.Font إلى System.Drawing.Font. |
| toGdiFont(Font font, int fontUnit) | يحوّل Font إلى System.Drawing.Font. |
toGdiFont(Font font)
public static Font toGdiFont(Font font)
يحوّل Imaging.Font إلى System.Drawing.Font.
Parameters:
| معامل | نوع | الوصف |
|---|---|---|
| font | Font | الـ Imaging.Font للتحويل. |
Returns:
Font - The converted System.Drawing.Font.
toGdiFont(Font font, int fontUnit)
public static Font toGdiFont(Font font, int fontUnit)
يحوّل Font إلى System.Drawing.Font.
Parameters:
| معامل | نوع | الوصف |
|---|---|---|
| font | Font | الـ Font للتحويل. |
| fontUnit | int | وحدة رسومات جديدة |
Returns:
Font - The converted System.Drawing.Font.