X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4db03d266bba0da0fa2d96c408fb3bb697b96128..1d66b09982c9cadc20f9abcf9e2bdc804ffa877a:/include/wx/mac/setup0.h diff --git a/include/wx/mac/setup0.h b/include/wx/mac/setup0.h index fa3a177a4e..3da7d93d0e 100644 --- a/include/wx/mac/setup0.h +++ b/include/wx/mac/setup0.h @@ -1099,7 +1099,7 @@ // Include mouse wheel support // ---------------------------------------------------------------------------- -// postscript support settings +// wxDC classes for various output formats // ---------------------------------------------------------------------------- // Set to 1 for PostScript device context. @@ -1108,6 +1108,10 @@ // Set to 1 to use font metric files in GetTextExtent #define wxUSE_AFM_FOR_POSTSCRIPT 1 +// Set to 1 to compile in support for wxSVGFileDC, a wxDC subclass which allows +// to create fiels in SVG (Scalable Vector Graphics) format. +#define wxUSE_SVG 1 + // ---------------------------------------------------------------------------- // database classes // ----------------------------------------------------------------------------