MCPcopy Create free account
hub / github.com/AstroImageJ/astroimagej / getFontSize

Method getFontSize

ij/src/main/java/ij/Menus.java:1731–1733  ·  view source on GitHub ↗

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.

()

Source from the content-addressed store, hash-verified

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);

Callers 6

AppearanceOptionsClass · 0.95
showDialogMethod · 0.95
addMenuBarMethod · 0.95
scalePopupMenuMethod · 0.95
addMenuBarMethod · 0.95
addMenuBarMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected