This commit is contained in:
jpirnay
2026-05-04 16:59:21 +02:00
parent 47946def00
commit 42a9c09e4c
-1
View File
@@ -11,7 +11,6 @@
#include "FontCacheManager.h"
const uint8_t* GfxRenderer::getGlyphBitmap(const EpdFontData* fontData, const EpdGlyph* glyph) const {
if (fontData->groups != nullptr) {
auto* fd = fontCacheManager_ ? fontCacheManager_->getDecompressor() : nullptr;