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.