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

Function ui_GetFontHeight

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

Source from the content-addressed store, hash-verified

244int ui_DrawGetFont() { return grtext_GetFont(); }
245
246int ui_GetFontHeight() { return grfont_GetHeight(grtext_GetFont()); }
247
248void ui_SetCharAlpha(uint8_t alpha) { m_UICharAlpha = alpha; }
249

Callers 3

OnDrawMethod · 0.85
OnDrawMethod · 0.85
DrawTextMethod · 0.85

Calls 2

grfont_GetHeightFunction · 0.85
grtext_GetFontFunction · 0.85

Tested by

no test coverage detected