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

Function ui_DrawGetFont

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

Source from the content-addressed store, hash-verified

242void ui_DrawSetFont(int handle) { grtext_SetFont(handle); }
243
244int ui_DrawGetFont() { return grtext_GetFont(); }
245
246int ui_GetFontHeight() { return grfont_GetHeight(grtext_GetFont()); }
247

Callers

nothing calls this directly

Calls 1

grtext_GetFontFunction · 0.85

Tested by

no test coverage detected