MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / GetFontCustom

Function GetFontCustom

ogsr_engine/xrGame/ui/UIWindow_script.cpp:40–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38CGameFont* GetFontArial21() { return mngr().pFontArial21; }
39
40CGameFont* GetFontCustom(LPCSTR section) { return mngr().InitializeCustomFont(section); }
41
42int GetARGB(u16 a, u16 r, u16 g, u16 b) { return color_argb(a, r, g, b); }
43

Callers

nothing calls this directly

Calls 1

InitializeCustomFontMethod · 0.80

Tested by

no test coverage detected