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:

معاملنوعالوصف
fontFontالـ 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:

معاملنوعالوصف
fontFontالـ Font للتحويل.
fontUnitintوحدة رسومات جديدة

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