| 60 | } |
| 61 | |
| 62 | bool FontCacheManager::isScanning() const { return scanMode_ == ScanMode::Scanning; } |
| 63 | |
| 64 | void FontCacheManager::recordText(const char* text, int fontId, EpdFontFamily::Style style) { |
| 65 | scanText_ += text; |
no outgoing calls
no test coverage detected