1
0
forked from metin2/client

use modern fontfaces in GetFontFaceFromCodePage9x

This commit is contained in:
Tr0n 2025-01-01 19:37:28 +01:00
parent 373c184dfe
commit 077a365840
No known key found for this signature in database

View File

@ -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: