-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
システムのデフォルトフォントの指定の整理(KosugiMaruの完全削除を含む) #318
システムのデフォルトフォントの指定の整理(KosugiMaruの完全削除を含む) #318
Conversation
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## develop #318 +/- ##
===========================================
- Coverage 36.60% 36.60% -0.01%
===========================================
Files 257 257
Lines 13587 13596 +9
===========================================
+ Hits 4974 4977 +3
- Misses 8613 8619 +6 ☔ View full report in Codecov by Sentry. |
3972968
to
fe24e07
Compare
fe24e07
to
223b693
Compare
|
fontFamilyが指定されていなくてfontFamilyFallbackが指定されているときはfontFamilyFallbackの最初のフォントがfontFamilyとして扱われるみたいなのでfontFamilyFallbackだけ指定するようにすればもう少しシンプルになるんじゃないかと思います https://api.flutter.dev/flutter/painting/TextStyle/fontFamilyFallback.html |
dead codeがあります vscodeであれば拡張機能を入れることでエラーや警告がわかりやすくなります |
CJKは限定的にNoto Sansの指定を言語ごとに切り替えたほうがいいかもしれない |
303c695
into
shiosyakeyakini-info:feature/miria_v2
現在、WindowsではBIZ UDPゴシック(Noto Sans CJK JPを読み込んでいない、
KosugiMaruは #281 待ちClose)、Androidでは指定なし(同じくKosugiMaruが #281 待ち)Closeの状態になっています。国際化対応(#164)や
google_fonts
の設定をするまでの間の設定として、Windows、AndroidでNoto Sans CJK JPを使用するように固定する提案です。Close #489