Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZDoom/Raze
/ GetNotifyFont
Function
GetNotifyFont
source/core/console/c_notifybuffer.cpp:82–85 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
80
81
82
static FFont* GetNotifyFont()
83
{
84
return generic_ui ? NewSmallFont : isWW2GI()? ConFont : SmallFont ? SmallFont : AlternativeSmallFont;
85
}
86
87
void FNotifyBuffer::AddString(int printlevel, FString source)
88
{
Callers
2
AddString
Method · 0.85
Draw
Method · 0.85
Calls
1
isWW2GI
Function · 0.85
Tested by
no test coverage detected