Fix formatting

This is particularly important when using SD fonts with many kern pairs
This commit is contained in:
spfenwick
2026-05-02 16:40:23 +12:00
parent 40c3ecbada
commit 8152204985
2 changed files with 9 additions and 10 deletions
+2 -2
View File
@@ -118,8 +118,8 @@ class SdCardFont {
EpdKernClassEntry* kernLeftClasses = nullptr;
EpdKernClassEntry* kernRightClasses = nullptr;
EpdLigaturePair* ligaturePairs = nullptr;
bool ligLoaded = false; ///< ligaturePairs resident
bool kernClassesLoaded = false; ///< kernLeft/RightClasses resident (skipped during metadata-only prewarm)
bool ligLoaded = false; ///< ligaturePairs resident
bool kernClassesLoaded = false; ///< kernLeft/RightClasses resident (skipped during metadata-only prewarm)
// Stub EpdFontData returned when not prewarmed
EpdFontData stubData{};