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

Function grtext_GetFont

grtext/grtext.cpp:419–419  ·  view source on GitHub ↗

gets the current font

Source from the content-addressed store, hash-verified

417
418// gets the current font
419int grtext_GetFont() { return Grtext_font; }
420
421// puts a centered string in the text buffer.
422void grtext_CenteredPrintf(int xoff, int y, const char *fmt, ...) {

Callers 8

ui_DrawGetFontFunction · 0.85
ui_GetFontHeightFunction · 0.85
RenderHUDGetTextHeightFunction · 0.85
TCSSSCallbackFunction · 0.85
TCGoalsRenderCallbackFunction · 0.85
Cinematic_StartCineFunction · 0.85
Cinematic_DrawTextFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected