• 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
.github Loading commit data...
bin Loading commit data...
dev Loading commit data...
examples Loading commit data...
packages Loading commit data...
.cirrus.yml Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
CODEOWNERS Loading commit data...
CODE_OF_CONDUCT.md Loading commit data...
CONTRIBUTING.md Loading commit data...
LICENSE Loading commit data...
PATENT_GRANT Loading commit data...
README.md Loading commit data...
SECURITY.md Loading commit data...
analysis_options.yaml Loading commit data...
dartdoc_options.yaml Loading commit data...
flutter_console.bat Loading commit data...