Returns the size (in points) used for the fonts in ImageJ menus. Returns 0 if the default font size is being used or if this is a Macintosh.
()
| 1729 | /** Returns the size (in points) used for the fonts in ImageJ menus. Returns |
| 1730 | 0 if the default font size is being used or if this is a Macintosh. */ |
| 1731 | public static int getFontSize() { |
| 1732 | return fontSize; |
| 1733 | } |
| 1734 | |
| 1735 | public static Font getFont() { |
| 1736 | return getFont(true); |
no outgoing calls
no test coverage detected