Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
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
1
_get
Method · 0.95
Tested by
no test coverage detected