Commit 873bf81d authored by Alexandre Julliard's avatar Alexandre Julliard

gdi32: Don't return outline metrics for bitmap fonts.

parent 5e0050d0
......@@ -6240,6 +6240,8 @@ UINT WineEngGetOutlineTextMetrics(GdiFont *font, UINT cbSize,
TRACE("font=%p\n", font);
if (!FT_IS_SCALABLE( font->ft_face )) return 0;
GDI_CheckNotLock();
EnterCriticalSection( &freetype_cs );
......
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