MCPcopy Index your code
hub / github.com/BombusMod/BombusMod / getStrWidth

Method getStrWidth

src/main/java/ui/controls/PopUp.java:205–207  ·  view source on GitHub ↗
(String string)

Source from the content-addressed store, hash-verified

203 }
204
205 private int getStrWidth(String string) {
206 return font.stringWidth(string);
207 }
208
209 private int getMaxWidth() {
210 Vector lines=((PopUpElement)popUps.elementAt(0)).getMessage();

Callers 1

getMaxWidthMethod · 0.95

Calls 1

stringWidthMethod · 0.65

Tested by

no test coverage detected