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

Function popfont

source/src/rendertext.cpp:87–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87void popfont()
88{
89 if(!fontstack.empty()) curfont = fontstack.pop();
90}
91
92int text_width(const char *str)
93{

Callers 3

renderMethod · 0.85
renderMethod · 0.85
gl_drawhudFunction · 0.85

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected