mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
This will improve font matching in SkParagraph for fonts that are bundled as assets within the app. Libtxt was using Minikin's FontFamily class to select the closest matching font, but SkParagraph will rely on the matchStyle implementation in the asset font manager.