Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DescentDevelopers/Descent3
/ ui_GetTextHeight
Function
ui_GetTextHeight
ui/UIDraw.cpp:252–252 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
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
254
void ui_DrawSetTextType(int type) {
255
switch (type) {
Callers
3
OnDraw
Method · 0.85
height
Method · 0.85
OnFormat
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected