X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4db03d266bba0da0fa2d96c408fb3bb697b96128..325ab4680006d1035b97eb9d7da27d9da13b2291:/include/wx/os2/setup0.h diff --git a/include/wx/os2/setup0.h b/include/wx/os2/setup0.h index 5a699fdb6d..99492845f3 100644 --- a/include/wx/os2/setup0.h +++ b/include/wx/os2/setup0.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 // ----------------------------------------------------------------------------