Change Japanese Font from msgothic_02.ttf to ms...

gothic.ttc, Fix #3118

In Chinese, there is also a newer MingLiu called "PMingLiu", but it was embedded as a large text pack as ttc. (ttc is a collection file for TrueType Font) And, Windows has **bad** support on TTC, so changing into "msgothic.ttc" should fix the issue.
This commit is contained in:
Harry Lam 2016-04-14 10:55:33 +08:00 committed by duncanspumpkin
parent faa2fb4fa1
commit 0a65c13e7e
1 changed files with 4 additions and 4 deletions

View File

@ -48,10 +48,10 @@ enum {
};
static TTFFontSetDescriptor TTFFontMSGothic = {{
{ "msgothic_02.ttf", "MS PGothic", 9, 1, 0, 15, nullptr },
{ "msgothic_02.ttf", "MS PGothic", 12, 1, 0, 17, nullptr },
{ "msgothic_02.ttf", "MS PGothic", 12, 1, 0, 17, nullptr },
{ "msgothic_02.ttf", "MS PGothic", 13, 1, 0, 20, nullptr },
{ "msgothic.ttc", "MS PGothic", 9, 1, 0, 15, nullptr },
{ "msgothic.ttc", "MS PGothic", 12, 1, 0, 17, nullptr },
{ "msgothic.ttc", "MS PGothic", 12, 1, 0, 17, nullptr },
{ "msgothic.ttc", "MS PGothic", 13, 1, 0, 20, nullptr },
}};
static TTFFontSetDescriptor TTFFontMingLiu = {{