mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
This implements full text rendering with the Skwasm renderer. The font fallback logic has been refactored to decouple the font fallback manager from any CanvasKit-specific types and functions. A chunk of CanvasKit text rendering tests have been ported over to the renderer-agnostic `ui` tests. Fixes https://github.com/flutter/flutter/issues/126339