http://bugs.winehq.org/show_bug.cgi?id=13156
Summary: ETO_OPAQUE and clear style are not transparent on a bitmap Product: Wine Version: 1.0-rc1 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: gdi32 AssignedTo: wine-bugs@winehq.org ReportedBy: heiko_tietze@web.de
I paint some text on a bitmap using
Canvas.TextFlags:=ETO_OPAQUE; Canvas.Brush.Style:=bsClear; TextOut(...
resulting in a black background around the intended transparent text.