-
Notifications
You must be signed in to change notification settings - Fork 30.5k
Japanese default font family is incorrect on iOS 12 #21667
Copy link
Copy link
Closed
Labels
a: fidelityMatching the OEM platforms betterMatching the OEM platforms bettera: internationalizationSupporting other languages or locales. (aka i18n)Supporting other languages or locales. (aka i18n)a: typographyText rendering, possibly libtxtText rendering, possibly libtxtengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.platform-iosiOS applications specificallyiOS applications specifically
Metadata
Metadata
Assignees
Labels
a: fidelityMatching the OEM platforms betterMatching the OEM platforms bettera: internationalizationSupporting other languages or locales. (aka i18n)Supporting other languages or locales. (aka i18n)a: typographyText rendering, possibly libtxtText rendering, possibly libtxtengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.platform-iosiOS applications specificallyiOS applications specifically
Type
Fields
Give feedbackNo fields configured for issues without a type.
Steps to Reproduce
Text('追加')) on iOS 12(simulator or physical device).TextStyle(fontFamily: 'Hiragino Kaku Gothic ProN')), it looks well.You can check by this: https://github.com/mono0926/wdb106-flutter
If run on under iOS 11, there are no problems even though
fontFamilyis omitted.Doctor