Fixed defaultGuiFont for Korean.
This commit is contained in:
parent
f9731a4ee7
commit
c6228b36f9
|
@ -391,7 +391,7 @@ static const struct DefaultFontInfo default_fonts[] =
|
||||||
{ /* DefaultGuiFont */
|
{ /* DefaultGuiFont */
|
||||||
-11, 0, 0, 0, FW_NORMAL, FALSE, FALSE, FALSE, HANGEUL_CHARSET,
|
-11, 0, 0, 0, FW_NORMAL, FALSE, FALSE, FALSE, HANGEUL_CHARSET,
|
||||||
0, 0, DEFAULT_QUALITY, VARIABLE_PITCH | FF_SWISS,
|
0, 0, DEFAULT_QUALITY, VARIABLE_PITCH | FF_SWISS,
|
||||||
{'G','u','l','i','m','C','h','e'}, /* FIXME: Is this correct? */
|
{'G','u','l','i','m'},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{ CHINESEBIG5_CHARSET,
|
{ CHINESEBIG5_CHARSET,
|
||||||
|
|
Loading…
Reference in New Issue