MCPcopy 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

drawAllStringsMethod · 0.95
getHeightMethod · 0.95

Calls 1

getHeightMethod · 0.65

Tested by

no test coverage detected