Index: reactos/win32ss/gdi/ntgdi/freetype.c =================================================================== --- reactos/win32ss/gdi/ntgdi/freetype.c (revision 74287) +++ reactos/win32ss/gdi/ntgdi/freetype.c (working copy) @@ -3782,12 +3782,14 @@ { if (UserCharSet != TM->tmCharSet) { - /* UNDOCUMENTED */ - Penalty += 100; + /* UNDOCUMENTED: This should be heavier than + FixedPitch Penalty */ + Penalty += 20000; if (ANSI_CHARSET != TM->tmCharSet) { - /* UNDOCUMENTED */ - Penalty += 100; + /* UNDOCUMENTED: This should be heavier than + FixedPitch Penalty */ + Penalty += 20000; } } }