mirror of
https://github.com/ppy/osu
synced 2024-12-11 17:42:28 +00:00
Add CJK support via font Noto Medium.
This commit is contained in:
parent
2e5ad31cc7
commit
4fc2cd227c
@ -1 +1 @@
|
||||
Subproject commit b5c6c38245730f80ca9db4793e106f31760dc62d
|
||||
Subproject commit a2b6ea81a6dcfbb28ed7d85c7f54d33d48a00fa7
|
@ -1 +1 @@
|
||||
Subproject commit c03414fd4e9ffd99ab5641ac9a15ee21f3976b55
|
||||
Subproject commit 2a3dd3f3dd68fe52b779d0fdded3ce444897efee
|
@ -52,6 +52,8 @@ namespace osu.Game
|
||||
Fonts.AddStore(new GlyphStore(Resources, @"Fonts/Exo2.0-Medium"));
|
||||
Fonts.AddStore(new GlyphStore(Resources, @"Fonts/Exo2.0-MediumItalic"));
|
||||
|
||||
Fonts.AddStore(new GlyphStore(Resources, @"Fonts/Noto"));
|
||||
|
||||
Fonts.AddStore(new GlyphStore(Resources, @"Fonts/Exo2.0-Regular"));
|
||||
Fonts.AddStore(new GlyphStore(Resources, @"Fonts/Exo2.0-RegularItalic"));
|
||||
Fonts.AddStore(new GlyphStore(Resources, @"Fonts/Exo2.0-SemiBold"));
|
||||
|
Loading…
Reference in New Issue
Block a user