X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8e10778e0e79ad94ac74da5fd1bb087336be4321..b0fc907f70d0059216c8f447d6bb9f51a5de1571:/include/wx/msw/wince/setup.h diff --git a/include/wx/msw/wince/setup.h b/include/wx/msw/wince/setup.h index 8fa216d987..f6ae98ad95 100644 --- a/include/wx/msw/wince/setup.h +++ b/include/wx/msw/wince/setup.h @@ -1098,7 +1098,7 @@ // Include mouse wheel support // ---------------------------------------------------------------------------- -// postscript support settings +// wxDC classes for various output formats // ---------------------------------------------------------------------------- // Set to 1 for PostScript device context. @@ -1107,6 +1107,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 // ----------------------------------------------------------------------------