Example usage for Java javax.swing.plaf FontUIResource fields, constructors, methods, implement or subclass
The text is from its open source code.
FontUIResource(Font font) Constructs a FontUIResource . | |
FontUIResource(String name, int style, int size) Constructs a FontUIResource . |
Font | deriveFont(float size) Creates a new Font object by replicating the current Font object and applying a new size to it. |
String | getFamily() Returns the family name of this Font . |
String | getFontName() Returns the font face name of this Font . |
String | getName() Returns the logical name of this Font . |
int | getSize() Returns the point size of this Font , rounded to an integer. |
float | getSize2D() Returns the point size of this Font in float value. |
int | getStyle() Returns the style of this Font . |