Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
draw
Method · 0.95
drawText
Method · 0.80
updatePieces
Method · 0.80
_getPreferredHeight
Method · 0.80
draw
Method · 0.80
drawContent
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected