• stuartmorgan's avatar
    Don't use iOS font names for the macOS theme (#74342) · 48b3e8bf
    stuartmorgan authored
    macOS was sharing the iOS font theme, but the names of the underlying
    fonts differ between the two platforms, so this was actually using the
    fallback font from the engine. Instead of using the underlying font
    names on macOS, which is no longer allowed by CoreText, use the
    meta-font returned by systemFontOfSize:
    
    This has been verified on 10.15; older versions of macOS may need
    different font names as the handling of these fonts have changed over
    time. Fixing older versions as necessary will be handled in a follow-up.
    
    See https://github.com/flutter/flutter/issues/57805
    48b3e8bf
Name
Last commit
Last update
..
flutter Loading commit data...
flutter_driver Loading commit data...
flutter_goldens Loading commit data...
flutter_goldens_client Loading commit data...
flutter_localizations Loading commit data...
flutter_test Loading commit data...
flutter_tools Loading commit data...
flutter_web_plugins Loading commit data...
fuchsia_remote_debug_protocol Loading commit data...
integration_test Loading commit data...
analysis_options.yaml Loading commit data...