Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Card-Forge/forge
/ updateAll
Method
updateAll
forge-gui-mobile/src/forge/assets/FSkinFont.java:88–92 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
86
}
87
88
public
static
void
updateAll() {
89
for
(FSkinFont skinFont : Forge.getAssets().fonts().values()) {
90
skinFont.updateFont();
91
}
92
}
93
94
private
final
int
fontSize;
95
private
final
float scale;
Callers
1
checkForUpdates
Method · 0.95
Calls
4
getAssets
Method · 0.95
values
Method · 0.80
fonts
Method · 0.80
updateFont
Method · 0.45
Tested by
no test coverage detected