1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-03 22:54:23 +08:00

Merge pull request #33759 from frenzibyte/noto-bopomofo

Add Bopomofo characters
This commit is contained in:
Dean Herbert
2025-07-16 19:08:06 +09:00
committed by GitHub
Unverified
+2 -1
View File
@@ -489,9 +489,10 @@ namespace osu.Game
AddFont(Resources, @"Fonts/Inter/Inter-BoldItalic");
AddFont(Resources, @"Fonts/Noto/Noto-Basic");
AddFont(Resources, @"Fonts/Noto/Noto-Hangul");
AddFont(Resources, @"Fonts/Noto/Noto-Bopomofo");
AddFont(Resources, @"Fonts/Noto/Noto-CJK-Basic");
AddFont(Resources, @"Fonts/Noto/Noto-CJK-Compatibility");
AddFont(Resources, @"Fonts/Noto/Noto-Hangul");
AddFont(Resources, @"Fonts/Noto/Noto-Thai");
AddFont(Resources, @"Fonts/Venera/Venera-Light");