1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-07 23:24:33 +08:00

Add CJK support via font Noto Medium.

This commit is contained in:
Dean Herbert
2017-02-09 10:35:25 +09:00
Unverified
parent 2e5ad31cc7
commit 4fc2cd227c
3 changed files with 4 additions and 2 deletions
+2
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"));