Transparent fill pattern using a Stipple brush on a Printer

If you are using the main C++ distribution of wxWidgets, Feel free to ask any question related to wxWidgets development here. This means questions regarding to C++ and wxWidgets, not compile problems.
Post Reply
rsb
I live to help wx-kind
I live to help wx-kind
Posts: 170
Joined: Fri May 29, 2015 7:26 pm

Transparent fill pattern using a Stipple brush on a Printer

Post by rsb »

We're using a stipple brush defined from a bitmap with a mask to display a fill pattern. The fill pattern displays
transparently on a panel or on a printer using wxPdfDocument (wxPdfDC), but using wxPrinter (wxPrinterDC) it's doesn't.
It has a solid background color. Is this a shortcoming of the wxPrinterDC class or am I doing something wrong?

Thanks.

wxWidgets 3.1.0
Windows 7 Pro
Visual Studio 2015
ONEEYEMAN
Part Of The Furniture
Part Of The Furniture
Posts: 7459
Joined: Sat Apr 16, 2005 7:22 am
Location: USA, Ukraine

Re: Transparent fill pattern using a Stipple brush on a Printer

Post by ONEEYEMAN »

Hi,
What version of wxPdfDocument do you have?
What printer do you use?

Thank you.
rsb
I live to help wx-kind
I live to help wx-kind
Posts: 170
Joined: Fri May 29, 2015 7:26 pm

Re: Transparent fill pattern using a Stipple brush on a Printer

Post by rsb »

Hello,

wxPdfDocument: 0.9.5

Printers:
HP LaserJet 5SI
Bullzip PDF printer
Adobe PDF

Thanks.
Post Reply