| 22 | #define GC_DRAW_COUNT_LIMIT 10 |
| 23 | |
| 24 | GLFontStringCache::GLFontStringCache() { |
| 25 | gc = 0; |
| 26 | } |
| 27 | |
| 28 | //Static initialization of all available fonts, |
| 29 | //using aggregate syntax (Cx11+) |
nothing calls this directly
no outgoing calls
no test coverage detected