Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.
242
void ui_DrawSetFont(int handle) { grtext_SetFont(handle); }
243
244
int ui_DrawGetFont() { return grtext_GetFont(); }
245
Callers
9
OnDraw
Method · 0.85
Render
Method · 0.85
OnDraw
Method · 0.85
DrawText
Method · 0.85
draw
Method · 0.85
width
Method · 0.85
height
Method · 0.85
OnFormat
Method · 0.85
OnDraw
Method · 0.85
Calls
1
grtext_SetFont
Function · 0.85
Tested by
no test coverage detected