()
| 1746 | } |
| 1747 | |
| 1748 | void setFont() { |
| 1749 | ta.setFont(new Font(getFontName(), Font.PLAIN, (int) (sizes[fontSizeIndex] * Prefs.getGuiScale()))); |
| 1750 | } |
| 1751 | |
| 1752 | String getFontName() { |
| 1753 | return monospaced.getState()?"Monospaced":"SansSerif"; |
no test coverage detected