MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / ui_SetCharAlpha

Function ui_SetCharAlpha

ui/UIDraw.cpp:248–248  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

246int ui_GetFontHeight() { return grfont_GetHeight(grtext_GetFont()); }
247
248void ui_SetCharAlpha(uint8_t alpha) { m_UICharAlpha = alpha; }
249
250int ui_GetTextWidth(const char *text) { return grtext_GetLineWidth((char *)text); }
251

Callers 5

OnDrawMethod · 0.85
OnDrawMethod · 0.85
DrawTextMethod · 0.85
drawMethod · 0.85
OnDrawMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected