MCPcopy Create free account
hub / github.com/assaultcube/AC / draw_textf

Function draw_textf

source/src/rendertext.cpp:99–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99void draw_textf(const char *fstr, int left, int top, ...)
100{
101 defvformatstring(str, top, fstr);
102 draw_text(str, left, top);
103}
104
105inline int draw_char_contd(font &f, font::charinfo &info, int charcode, int x, int y)
106{

Callers 4

renderMethod · 0.85
gl_drawhudFunction · 0.85
r_accuracyFunction · 0.85
renderdocFunction · 0.85

Calls 1

draw_textFunction · 0.85

Tested by

no test coverage detected