Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
addMenuBar
Method · 0.95
getCachedFont
Method · 0.95
updateFont
Method · 0.95
addMenuBar
Method · 0.95
scalePopupMenu
Method · 0.95
scaleFrame
Method · 0.95
addMenuBar
Method · 0.95
addMenuBar
Method · 0.95
Calls
2
isWindows
Method · 0.95
round
Method · 0.45
Tested by
no test coverage detected