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

Method canShrink

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

Source from the content-addressed store, hash-verified

339 }
340
341 public boolean canShrink() {
342 return fontSize > MIN_FONT_SIZE;
343 }
344
345 public boolean canIncrease() {
346 return MAX_FONT_SIZE - fontSize > 2;

Callers 6

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

Calls

no outgoing calls

Tested by

no test coverage detected