gdi32/path.c -- Allow PATH_ExtTextOut() handle non printable characters

Massimo Del Fedele max at veneto.com
Sun Mar 15 12:22:49 CDT 2009


PATH_ExtTextOut() uses GetGlyphOutlineW() which can return a NULL buffer 
size not just on errors but also on non-printable glyphs.
Instead of aborting the function should check for such cases, get the 
metrics and continue.


More information about the wine-patches mailing list