Commit f641cf47 authored by Huw D M Davies's avatar Huw D M Davies Committed by Alexandre Julliard

Removed old FF_ code.

parent b3b0ddb8
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment