Fix signature

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
jpirnay
2026-04-28 17:46:37 +02:00
co-authored by Copilot
parent 639a9f350c
commit c84b971455
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -800,7 +800,7 @@ int SdCardFont::prewarmStyle(uint8_t styleIdx, const uint32_t* codepoints, uint3
freeStyleMiniData(s);
// Recurse with rebuild semantics by clearing tryMerge state and trying
// again — implemented as inline reset below.
return prewarmStyle(styleIdx, codepoints, cpCount, metadataOnly);
return prewarmStyle(styleIdx, codepoints, cpCount, metadataOnly, loadKernLigatureData);
}
mappings[validCount].codepoint = cp;
mappings[validCount].globalIndex = idx;