Update language.cpp (CHT font)

Microsoft removed "MingLiu.ttc" in Windows 10 1511 for no reason. The alternative, "MingLiub.ttc" (which support more characters and existed since Vista (https://www.microsoft.com/typography/fonts/font.aspx?FMID=1772)) is kept instead.
This commit is contained in:
Harry Lam 2015-11-18 13:54:22 +08:00
parent 64159d83d0
commit 0081fb8435
1 changed files with 3 additions and 3 deletions

View File

@ -49,9 +49,9 @@ enum {
static TTFFontSetDescriptor TTFFontMingLiu = {{
{ "msjh.ttc", 9, -1, -3, 6, nullptr },
{ "mingliu.ttc", 11, 1, 1, 12, nullptr },
{ "mingliu.ttc", 12, 1, 0, 12, nullptr },
{ "mingliu.ttc", 13, 1, 0, 20, nullptr },
{ "mingliub.ttc", 11, 1, 1, 12, nullptr },
{ "mingliub.ttc", 12, 1, 0, 12, nullptr },
{ "mingliub.ttc", 13, 1, 0, 20, nullptr },
}};
static TTFFontSetDescriptor TTFFontSimSun = {{