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

Method increase

forge-gui-mobile/src/forge/assets/FSkinFont.java:353–355  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

351 }
352
353 public FSkinFont increase() {
354 return _get(fontSize + 3);
355 }
356
357 public String getCharacterSet(String langCode) {
358 if (langUniqueCharacterSet.containsKey(langCode)) {

Callers 2

drawMethod · 0.80
drawMethod · 0.80

Calls 1

_getMethod · 0.95

Tested by

no test coverage detected