MCPcopy Create free account
hub / github.com/AstroImageJ/astroimagej / setFont

Method setFont

ij/src/main/java/ij/text/TextWindow.java:250–256  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

248 }
249
250 void setFont() {
251 if (font!=null)
252 textPanel.setFont(font, antialiasedButton.getState());
253 else {
254 textPanel.setFont(new Font(getFontName(), Font.PLAIN, sizes[fontSize]), antialiasedButton.getState());
255 }
256 }
257
258 private String getFontName() {
259 return monospacedButton.getState()?"Monospaced":"SansSerif";

Callers 3

createMethod · 0.95
itemStateChangedMethod · 0.95
changeFontSizeMethod · 0.95

Calls 4

getFontNameMethod · 0.95
getFrameMethod · 0.95
setFontMethod · 0.65
getStateMethod · 0.45

Tested by

no test coverage detected