Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/BombusMod/BombusMod
/ getFontHeight
Method
getFontHeight
src/main/java/ui/controls/PopUp.java:195–197 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
193
}
194
195
private
int
getFontHeight() {
196
return
font.getHeight();
197
}
198
199
private
int
getHeight() {
200
Vector message=((PopUpElement)popUps.elementAt(0)).getMessage();
Callers
2
drawAllStrings
Method · 0.95
getHeight
Method · 0.95
Calls
1
getHeight
Method · 0.65
Tested by
no test coverage detected