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

Method shrink

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

Source from the content-addressed store, hash-verified

347 }
348
349 public FSkinFont shrink() {
350 return _get(fontSize - 1);
351 }
352
353 public FSkinFont increase() {
354 return _get(fontSize + 3);

Callers 6

drawMethod · 0.95
drawTextMethod · 0.80
updatePiecesMethod · 0.80
_getPreferredHeightMethod · 0.80
drawMethod · 0.80
drawContentMethod · 0.80

Calls 1

_getMethod · 0.95

Tested by

no test coverage detected