gdi32: Don't return outline metrics for bitmap fonts.
This commit is contained in:
parent
5e0050d001
commit
873bf81d3b
|
@ -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 );
|
||||
|
||||
|
|
Loading…
Reference in New Issue