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

Method getFont

ij/src/main/java/ij/Menus.java:1735–1737  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1733 }
1734
1735 public static Font getFont() {
1736 return getFont(true);
1737 }
1738
1739 @AstroImageJ(reason = "Replace default fonts", modified = true)
1740 public static Font getFont(boolean checkSize) {

Callers 8

addMenuBarMethod · 0.95
getCachedFontMethod · 0.95
updateFontMethod · 0.95
addMenuBarMethod · 0.95
scalePopupMenuMethod · 0.95
scaleFrameMethod · 0.95
addMenuBarMethod · 0.95
addMenuBarMethod · 0.95

Calls 2

isWindowsMethod · 0.95
roundMethod · 0.45

Tested by

no test coverage detected