Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
79
static vector<font *> fontstack;
80
81
void pushfont(const char *name)
82
{
83
fontstack.add(curfont);
84
setfont(name);
85
}
86
87
void popfont()
88
{
Callers
3
render
Method · 0.85
render
Method · 0.85
gl_drawhud
Function · 0.85
Calls
2
setfont
Function · 0.85
add
Method · 0.45
Tested by
no test coverage detected