wine/objects text.c

Dmitry Timoshkov dmitry at baikal.ru
Fri Apr 5 20:51:12 CST 2002


"Dimitrie O. Paun" <dpaun at rogers.com> wrote:

> On April 5, 2002 07:37 pm, Alexandre Julliard wrote:
> > Log message:
> > Huw D M Davies <hdavies at codeweavers.com>
> > Spout a FIXME if we try to call ExtTextOut on an open path.
> 
> FIXME what? Is there some unimplemented functionality, or is it just illegal 
> to call ExtTextOut on an open path?

It's completely legal to do:

BeginPath(hDC);
ExtTextOut(hDC, ...);
EndPath(hDC);
StrokePath(hDC);

to get an outlined text output.

-- 
Dmitry.






More information about the wine-devel mailing list