Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
YesNoCancelDialog
Method · 0.95
Calls
3
measure
Method · 0.95
setFont
Method · 0.65
repaint
Method · 0.45
Tested by
no test coverage detected