Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
92
int text_width(const char *str)
93
{
94
int width, height;
95
text_bounds(str, width, height);
96
return width;
97
}
98
99
void draw_textf(const char *fstr, int left, int top, ...)
100
{
Callers
15
showmenu
Function · 0.85
width
Method · 0.85
render
Method · 0.85
render
Method · 0.85
render
Method · 0.85
width
Method · 0.85
render
Method · 0.85
width
Method · 0.85
render
Method · 0.85
getmaxvaluewidth
Method · 0.85
width
Method · 0.85
render
Method · 0.85
Calls
1
text_bounds
Function · 0.85
Tested by
no test coverage detected