File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -42,14 +42,14 @@ IntTMWFixUp(
42
42
* out the problematic TrueType and Vector bits.
43
43
* Our list below checks for Raster Font Facenames. */
44
44
DPRINT ("Font Facename is '%S'.\n" , lf .lfFaceName );
45
- if ((wcsicmp (lf .lfFaceName , L"Helv" ) == 0 ) ||
46
- (wcsicmp (lf .lfFaceName , L"Courier" ) == 0 ) ||
45
+ if ((wcsicmp (lf .lfFaceName , L"Courier" ) == 0 ) ||
46
+ (wcsicmp (lf .lfFaceName , L"FixedSys" ) == 0 ) ||
47
+ (wcsicmp (lf .lfFaceName , L"Helv" ) == 0 ) ||
47
48
(wcsicmp (lf .lfFaceName , L"MS Sans Serif" ) == 0 ) ||
48
49
(wcsicmp (lf .lfFaceName , L"MS Serif" ) == 0 ) ||
49
- (wcsicmp (lf .lfFaceName , L"Times New Roman" ) == 0 ) ||
50
- (wcsicmp (lf .lfFaceName , L"MS Shell Dlg" ) == 0 ) ||
51
50
(wcsicmp (lf .lfFaceName , L"System" ) == 0 ) ||
52
- (wcsicmp (lf .lfFaceName , L"Terminal" ) == 0 ))
51
+ (wcsicmp (lf .lfFaceName , L"Terminal" ) == 0 ) ||
52
+ (wcsicmp (lf .lfFaceName , L"Tms Rmn" ) == 0 ))
53
53
{
54
54
ptm -> TextMetric .tmPitchAndFamily &= ~(TMPF_TRUETYPE | TMPF_VECTOR );
55
55
}
You can’t perform that action at this time.
0 commit comments