FontExtensions

Inheritance: java.lang.Object

public final class FontExtensions

Imaging.Font sınıfı için uzantı metodlarını içerir.

Yöntemler

YöntemAçı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:

ParametreTürAçıklama
fontFontDö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:

ParametreTürAçıklama
fontFontDönüştürülecek Font.
fontUnitintYeni grafik birimi

Returns: Font - The converted System.Drawing.Font.