…
public final class Font extends Object implements Serializable
Costruttori
Font(String name, int style, int size) ...
Con name
"Dialog", "DialogInput", "Monospaced", "Serif", "SansSerif"
e style
Font.PLAIN, Font.BOLD, Font.ITALIC, Font.BOLD | Font.ITALIC
Metodi
boolean |
isBold(), isItalic(), isPlain() |
int |
getSize(), getStyle() |
Font |
deriveFont(float), deriveFont(int), deriveFont(int, float) |
String |
getFamily(), getFontName(), getName() |