Removed old FF_ code.

oldstable
Huw D M Davies 2002-04-03 22:44:35 +00:00 committed by Alexandre Julliard
parent b3b0ddb859
commit f641cf4724
1 changed files with 0 additions and 4 deletions

View File

@ -1525,10 +1525,6 @@ BOOL WineEngGetTextMetrics(GdiFont font, LPTEXTMETRICW ptm)
ptm->tmPitchAndFamily |= TMPF_VECTOR;
if(FT_IS_SFNT(ft_face))
ptm->tmPitchAndFamily |= TMPF_TRUETYPE;
if (ptm->tmPitchAndFamily & TMPF_FIXED_PITCH)
ptm->tmPitchAndFamily |= FF_ROMAN;
else
ptm->tmPitchAndFamily |= FF_MODERN;
ptm->tmCharSet = font->charset;
return TRUE;