()
| 1001 | |
| 1002 | |
| 1003 | static public String getMonoFontName() { |
| 1004 | if (monoFont == null) { |
| 1005 | // create a dummy version if the font has never been loaded (rare) |
| 1006 | getMonoFont(12, Font.PLAIN); |
| 1007 | } |
| 1008 | return monoFont.getName(); |
| 1009 | } |
| 1010 | |
| 1011 | |
| 1012 | static public Font getMonoFont(int size, int style) { |
no test coverage detected