"Huw D M Davies" <[EMAIL PROTECTED]> wrote: > Yup, this is what Word 2000 uses to get the 'Outline' effect you can > select in Format->Font. Wine doesn't implement it yet hence the > FIXME. It would essentially mean writing another ExtTextOut clone > that gets the outlines of the glyphs and adds them to the path, as > well as doing all the other stuff that ExtTextOut does.
But I think that patch is too harsh, since it doesn't allow normal ExtTextOut functionality to at least provide minimal replacement for the not implemented case: just print FIXME and proceed with normal ExtTextOut implementation. -- Dmitry.