For a bit smaller font. @param f base font
(Font f)
| 116 | * base font |
| 117 | */ |
| 118 | public static Font small(Font f) |
| 119 | { |
| 120 | return f.deriveFont(f.getSize() * 0.917f); |
| 121 | } |
| 122 | |
| 123 | /** |
| 124 | * Change font of container for a bit smaller font. |
no test coverage detected