Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
244
int ui_DrawGetFont() { return grtext_GetFont(); }
245
246
int ui_GetFontHeight() { return grfont_GetHeight(grtext_GetFont()); }
247
248
void ui_SetCharAlpha(uint8_t alpha) { m_UICharAlpha = alpha; }
249
Callers
3
OnDraw
Method · 0.85
OnDraw
Method · 0.85
DrawText
Method · 0.85
Calls
2
grfont_GetHeight
Function · 0.85
grtext_GetFont
Function · 0.85
Tested by
no test coverage detected