Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DescentDevelopers/Descent3
/ ui_GetTextWidth
Function
ui_GetTextWidth
ui/UIDraw.cpp:250–250 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
248
void ui_SetCharAlpha(uint8_t alpha) { m_UICharAlpha = alpha; }
249
250
int ui_GetTextWidth(const char *text) { return grtext_GetLineWidth((char *)text); }
251
252
int ui_GetTextHeight(const char *text) { return grtext_GetHeight(text); }
253
Callers
6
OnDraw
Method · 0.85
OnDraw
Method · 0.85
OnDraw
Method · 0.85
DrawText
Method · 0.85
width
Method · 0.85
OnFormat
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected