Test: Add upstream tests

This commit is contained in:
Jonathan G Rennison
2023-12-13 19:05:34 +00:00
parent 24c8a8f887
commit 34668bff87
25 changed files with 1216 additions and 141 deletions

View File

@@ -23,6 +23,7 @@ void UpdateFontHeightCache();
/** Font cache for basic fonts. */
class FontCache {
friend class MockFontCache;
private:
static FontCache *caches[FS_END]; ///< All the font caches.
protected: