MCPcopy Create free account
hub / github.com/assaultcube/AC / text_width

Function text_width

source/src/rendertext.cpp:92–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92int text_width(const char *str)
93{
94 int width, height;
95 text_bounds(str, width, height);
96 return width;
97}
98
99void draw_textf(const char *fstr, int left, int top, ...)
100{

Callers 15

showmenuFunction · 0.85
widthMethod · 0.85
renderMethod · 0.85
renderMethod · 0.85
renderMethod · 0.85
widthMethod · 0.85
renderMethod · 0.85
widthMethod · 0.85
renderMethod · 0.85
getmaxvaluewidthMethod · 0.85
widthMethod · 0.85
renderMethod · 0.85

Calls 1

text_boundsFunction · 0.85

Tested by

no test coverage detected