1. 15 12月, 2018 1 次提交
    • A
      Support real fonts in 'flutter test' (#6913) · 1bc7ccf6
      Anthony Bullard 提交于
      * Support real fonts in 'flutter test'
      
      Change the order of font_managers to query in font_collection
      so that dynamic_font_manager fonts will be resolved.
      
      Tested with test case in `flutter/flutter` repo:
      
      `packages/flutter/test/rendering/localized_fonts_test.dart`
      
      Ensured:
      - A font loaded with FontLoader will be used
      - The default 'Ahem' font is still loaded by default
      
      The test above still cannot be fixed because FontLoader and the
      underlying mechanisms don't cover Locale-specific font loading
      and therefore a CJK font-family won't be able to be loaded as needed
      for that test.
      
      Fixes #17700
      
      * Format fixup
      1bc7ccf6
  2. 14 12月, 2018 10 次提交
  3. 13 12月, 2018 9 次提交
  4. 12 12月, 2018 10 次提交
  5. 11 12月, 2018 10 次提交