Commit graph

1 commit

Author SHA1 Message Date
Danila Poyarkov e39f81078f Fix text disappearing on window resize
On resize the renderer is recreated with a fresh TypefaceFontProvider.
loadFont() had an early return for cached fonts that skipped registering
with the new provider, so ParagraphBuilder had no fonts to render with.
2026-02-28 19:08:16 +03:00