Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AstroImageJ/astroimagej
/ getFontName
Method
getFontName
ij/src/main/java/ij/plugin/frame/Editor.java:1752–1754 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1750
}
1751
1752
String getFontName() {
1753
return
monospaced.getState()?
"Monospaced"
:
"SansSerif"
;
1754
}
1755
1756
public
void
setFont(Font font) {
1757
ta.setFont(font);
Callers
3
printString
Method · 0.95
setFont
Method · 0.95
run
Method · 0.45
Calls
1
getState
Method · 0.45
Tested by
no test coverage detected