MCPcopy 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

printStringMethod · 0.95
setFontMethod · 0.95
runMethod · 0.45

Calls 1

getStateMethod · 0.45

Tested by

no test coverage detected