mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
This implements font loading for the skwasm renderer. In addition, it does some pretty major refactors: 1) Simplified the font collection interface to just have a single `loadAssetFonts` call, without the separate registration and debug fonts loading stuff 2) Debug fonts load now through http/asset mocking mechanisms instead of having a separate `downloadDebugTestFonts` call 3) Consolidated a few of our different unit test setup functions into a single `setUpUnitTests` function