Example usage for Java com.jgoodies.looks FontSets fields, constructors, methods, implement or subclass
The text is from its open source code.
FontSet | createDefaultFontSet(Font controlFont) Creates and returns a FontSet that is based only on the given control font. |
FontSet | createDefaultFontSet(Font controlFont, Font menuFont, Font titleFont) Creates and returns a FontSet that is based on the given control font and menu font. |
FontSet | getLogicalFontSet() Lazily creates and returns the FontSet that returns the logical fonts specified by the Java runtime environment. |