MCPcopy 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
82static FFont* GetNotifyFont()
83{
84 return generic_ui ? NewSmallFont : isWW2GI()? ConFont : SmallFont ? SmallFont : AlternativeSmallFont;
85}
86
87void FNotifyBuffer::AddString(int printlevel, FString source)
88{

Callers 2

AddStringMethod · 0.85
DrawMethod · 0.85

Calls 1

isWW2GIFunction · 0.85

Tested by

no test coverage detected