← Back to team overview

kicad-developers team mailing list archive

Re: Cairo printing

 

On 07/10/18 22:05, Wayne Stambaugh wrote:
> This makes me nervous.  The gdiplus library brings wxGraphicsContext
> into play on windows.

Hi Wayne,

IIRC this has nothing to do with wxGraphicsContext. It's cairo that uses
gdiplus under windows as the printing backend. The only change needed is
to include gdiplus in TARGET_LINK_LIBRARIES on Windows systems.

Cheers,
Tom


References