Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AstroImageJ/astroimagej
/ getFontName
Method
getFontName
ij/src/main/java/ij/text/TextWindow.java:258–260 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
256
}
257
258
private
String getFontName() {
259
return
monospacedButton.getState()?
"Monospaced"
:
"SansSerif"
;
260
}
261
262
boolean openFile(String path) {
263
OpenDialog od =
new
OpenDialog(
"Open Text File..."
, path);
Callers
1
setFont
Method · 0.95
Calls
1
getState
Method · 0.45
Tested by
no test coverage detected