MCPcopy Create free account
hub / github.com/Card-Forge/forge / fonts

Method fonts

forge-gui-mobile/src/forge/assets/Assets.java:151–155  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

149 }
150
151 public HashMap<Integer, FSkinFont> fonts() {
152 if (fonts == null)
153 fonts = new HashMap<>();
154 return fonts;
155 }
156
157 public HashMap<String, FImageComplex> cardArtCache() {
158 if (cardArtCache == null)

Callers 2

_getMethod · 0.80
updateAllMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected