Add CJK support via font Noto Medium.

This commit is contained in:
Dean Herbert 2017-02-09 10:35:25 +09:00
parent 2e5ad31cc7
commit 4fc2cd227c
No known key found for this signature in database
GPG Key ID: 46D71BF4958ABB49
3 changed files with 4 additions and 2 deletions

@ -1 +1 @@
Subproject commit b5c6c38245730f80ca9db4793e106f31760dc62d
Subproject commit a2b6ea81a6dcfbb28ed7d85c7f54d33d48a00fa7

@ -1 +1 @@
Subproject commit c03414fd4e9ffd99ab5641ac9a15ee21f3976b55
Subproject commit 2a3dd3f3dd68fe52b779d0fdded3ce444897efee

View File

@ -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"));