diff --git "a/win32ss/gdi/ntgdi/text.c" "b/win32ss/gdi/ntgdi/text.c" index b9f5708f768..defc59c9c3f 100644 --- "a/win32ss/gdi/ntgdi/text.c" +++ "b/win32ss/gdi/ntgdi/text.c" @@ -48,6 +48,7 @@ IntTMWFixUp( (_wcsicmp(lf.lfFaceName, L"MS Serif") == 0) || (_wcsicmp(lf.lfFaceName, L"System") == 0) || (_wcsicmp(lf.lfFaceName, L"Terminal") == 0) || + (_wcsicmp(lf.lfFaceName, L"Courier New") == 0) || (_wcsicmp(lf.lfFaceName, L"Tms Rmn") == 0)) { ptm->TextMetric.tmPitchAndFamily &= ~(TMPF_TRUETYPE | TMPF_VECTOR);