| 28 | GlyphID MapCharToGlyph(char32_t key, [[maybe_unused]] bool allow_fallback = true) override { return key; } |
| 29 | std::string GetFontName() override { return "mock"; } |
| 30 | bool IsBuiltInFont() override { return true; } |
| 31 | |
| 32 | static void InitializeFontCaches() |
| 33 | { |
no outgoing calls
no test coverage detected