forked from metin2/client
use modern fontfaces in GetFontFaceFromCodePage9x
This commit is contained in:
parent
373c184dfe
commit
077a365840
@ -214,13 +214,13 @@ const char* GetFontFaceFromCodePage9x(WORD codePage)
|
||||
switch( codePage )
|
||||
{
|
||||
case CP_932:
|
||||
return "\x82l\x82r \x82o\x83S\x83V\x83b\x83N";
|
||||
return "MS PGothic";
|
||||
case CP_949:
|
||||
return "\xB1\xBC\xB8\xB2\xC3\xBC";
|
||||
return "GulimChe";
|
||||
case CP_936:
|
||||
return "\xCB\xCE\xCC\xE5";
|
||||
return "SimSun";
|
||||
case CP_950:
|
||||
return "\xB2\xD3\xA9\xFA\xC5\xE9";
|
||||
return "MingLiU";
|
||||
case CP_874:
|
||||
return "Tahoma";
|
||||
case CP_1252:
|
||||
|
Loading…
Reference in New Issue
Block a user