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

Method setFont

ij/src/main/java/ij/gui/MultiLineLabel.java:59–63  ·  view source on GitHub ↗
(Font f)

Source from the content-addressed store, hash-verified

57 }
58
59 public void setFont(Font f) {
60 super.setFont(f);
61 measure();
62 repaint();
63 }
64
65
66 // This method is invoked after our Canvas is first created

Callers 1

YesNoCancelDialogMethod · 0.95

Calls 3

measureMethod · 0.95
setFontMethod · 0.65
repaintMethod · 0.45

Tested by

no test coverage detected