Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSourcePhysics/osp
/ setFonts
Method
setFonts
src/org/opensourcephysics/controls/OSPLog.java:1340–1343 ·
view source on GitHub ↗
(int level)
Source
from the content-addressed store, hash-verified
1338
}
1339
1340
public
static
void
setFonts(
int
level) {
1341
OSPLog log = getOSPLog();
1342
FontSizer.setFonts(log.frame);
1343
}
1344
1345
public
static
void
finalized(Object c) {
1346
notify(c,
"finalized"
);
Callers
2
setFontLevel
Method · 0.95
setFontLevel
Method · 0.95
Calls
2
getOSPLog
Method · 0.95
setFonts
Method · 0.95
Tested by
no test coverage detected