Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
87
void popfont()
88
{
89
if(!fontstack.empty()) curfont = fontstack.pop();
90
}
91
92
int text_width(const char *str)
93
{
Callers
3
render
Method · 0.85
render
Method · 0.85
gl_drawhud
Function · 0.85
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected