FontExtensions
Inheritance: java.lang.Object
public final class FontExtensions
Imaging.Font sınıfı için uzantı metodlarını içerir.
Yöntemler
| Yöntem | Açıklama |
|---|---|
| toGdiFont(Font font) | Imaging.Font‘u System.Drawing.Font‘a dönüştürür. |
| toGdiFont(Font font, int fontUnit) | Font‘u System.Drawing.Font‘a dönüştürür. |
toGdiFont(Font font)
public static Font toGdiFont(Font font)
Imaging.Font‘u System.Drawing.Font‘a dönüştürür.
Parameters:
| Parametre | Tür | Açıklama |
|---|---|---|
| font | Font | Dönüştürülecek Imaging.Font. |
Returns:
Font - The converted System.Drawing.Font.
toGdiFont(Font font, int fontUnit)
public static Font toGdiFont(Font font, int fontUnit)
Font‘u System.Drawing.Font‘a dönüştürür.
Parameters:
| Parametre | Tür | Açıklama |
|---|---|---|
| font | Font | Dönüştürülecek Font. |
| fontUnit | int | Yeni grafik birimi |
Returns:
Font - The converted System.Drawing.Font.