MCPcopy 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

setFontMethod · 0.95

Calls 1

getStateMethod · 0.45

Tested by

no test coverage detected