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

Method setFont

ij/src/main/java/ij/text/TextPanel.java:215–222  ·  view source on GitHub ↗
(Font font, boolean antialiased)

Source from the content-addressed store, hash-verified

213 }
214
215 public void setFont(Font font, boolean antialiased) {
216 tc.fFont = font;
217 tc.iImage = null;
218 tc.fMetrics = null;
219 tc.antialiased = antialiased;
220 iColWidth[0] = 0;
221 if (isShowing()) updateDisplay();
222 }
223
224 /** Adds a single line to the end of this TextPanel. */
225 public void appendLine(String text) {

Callers

nothing calls this directly

Calls 2

updateDisplayMethod · 0.95
isShowingMethod · 0.80

Tested by

no test coverage detected