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

Function pushfont

source/src/rendertext.cpp:81–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79static vector<font *> fontstack;
80
81void pushfont(const char *name)
82{
83 fontstack.add(curfont);
84 setfont(name);
85}
86
87void popfont()
88{

Callers 3

renderMethod · 0.85
renderMethod · 0.85
gl_drawhudFunction · 0.85

Calls 2

setfontFunction · 0.85
addMethod · 0.45

Tested by

no test coverage detected