Returns the current font.
()
| 367 | |
| 368 | /** Returns the current font. */ |
| 369 | public Font getCurrentFont() { |
| 370 | return font; |
| 371 | } |
| 372 | |
| 373 | /** Returns the state of the global 'antialiasedText' variable, which is used by the "Fonts" widget. */ |
| 374 | public static boolean isAntialiased() { |
no outgoing calls
no test coverage detected