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

Function ui_DrawSetFont

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

sets font for text drawing.

Source from the content-addressed store, hash-verified

240
241// sets font for text drawing.
242void ui_DrawSetFont(int handle) { grtext_SetFont(handle); }
243
244int ui_DrawGetFont() { return grtext_GetFont(); }
245

Callers 9

OnDrawMethod · 0.85
RenderMethod · 0.85
OnDrawMethod · 0.85
DrawTextMethod · 0.85
drawMethod · 0.85
widthMethod · 0.85
heightMethod · 0.85
OnFormatMethod · 0.85
OnDrawMethod · 0.85

Calls 1

grtext_SetFontFunction · 0.85

Tested by

no test coverage detected