MCPcopy Create free account
hub / github.com/Card-Forge/forge / getTextWidth

Method getTextWidth

forge-gui-mobile/src/forge/toolbox/FLabel.java:457–462  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

455 }
456
457 private float getTextWidth() {
458 if (textRenderer == null) {
459 return font.getMultiLineBounds(text).width;
460 }
461 return textRenderer.getBounds(text, font).width;
462 }
463
464 //use FEventHandler one except when references as IButton
465 @Override

Callers 1

drawContentMethod · 0.95

Calls 2

getMultiLineBoundsMethod · 0.80
getBoundsMethod · 0.45

Tested by

no test coverage detected