MCPcopy Create free account
hub / github.com/cjcliffe/CubicSDR / GLFontStringCache

Method GLFontStringCache

src/util/GLFont.cpp:24–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22#define GC_DRAW_COUNT_LIMIT 10
23
24GLFontStringCache::GLFontStringCache() {
25 gc = 0;
26}
27
28//Static initialization of all available fonts,
29//using aggregate syntax (Cx11+)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected