MCPcopy 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

checkForUpdatesMethod · 0.95

Calls 4

getAssetsMethod · 0.95
valuesMethod · 0.80
fontsMethod · 0.80
updateFontMethod · 0.45

Tested by

no test coverage detected