Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/5zig/The-5zig-Mod
/ getStringWidth
Method
getStringWidth
Minecraft-Utils/1.8.8/src/Variables.java:172–175 ·
view source on GitHub ↗
(String string)
Source
from the content-addressed store, hash-verified
170
}
171
172
@Override
173
public
int
getStringWidth(String string) {
174
return
getFontrenderer().a(string);
175
}
176
177
@Override
178
public
String shortenToWidth(String string,
int
width) {
Callers
2
drawCenteredString
Method · 0.95
shortenToWidth
Method · 0.95
Calls
2
getFontrenderer
Method · 0.95
a
Method · 0.45
Tested by
no test coverage detected