| 2357 | } |
| 2358 | |
| 2359 | bool Monospace() override |
| 2360 | { |
| 2361 | return false; |
| 2362 | } |
| 2363 | |
| 2364 | void SetFontNames([[maybe_unused]] FontCacheSettings *settings, [[maybe_unused]] std::string_view font_name, [[maybe_unused]] const void *os_data) override |
| 2365 | { |
no outgoing calls
no test coverage detected