Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AstroImageJ/astroimagej
/ setCurrentFont
Method
setCurrentFont
ij/src/main/java/ij/gui/TextRoi.java:744–747 ·
view source on GitHub ↗
@deprecated Replaced by setFont(font)
(Font font)
Source
from the content-addressed store, hash-verified
742
743
/** @deprecated Replaced by setFont(font) */
744
public
void
setCurrentFont(Font font) {
745
this.font = font;
746
updateBounds();
747
}
748
749
750
}
Callers
3
showDialog
Method · 0.95
setProperties
Method · 0.80
setFont
Method · 0.80
Calls
1
updateBounds
Method · 0.95
Tested by
no test coverage detected