MCPcopy 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

248void ui_SetCharAlpha(uint8_t alpha) { m_UICharAlpha = alpha; }
249
250int ui_GetTextWidth(const char *text) { return grtext_GetLineWidth((char *)text); }
251
252int ui_GetTextHeight(const char *text) { return grtext_GetHeight(text); }
253

Callers 6

OnDrawMethod · 0.85
OnDrawMethod · 0.85
OnDrawMethod · 0.85
DrawTextMethod · 0.85
widthMethod · 0.85
OnFormatMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected