mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Previously the engine would load all embedded fonts listed in the app's font manifest during startup. This change creates a Skia font manager that is backed by the engine's AssetManager and can load embedded font assets on demand.