Adds `FT_CONFIG_OPTION_SVG' to allow toggling of OT-SVG support.
This commit is contained in:
parent
12af46b649
commit
91e6a7b65f
|
@ -493,6 +493,15 @@ FT_BEGIN_HEADER
|
|||
#undef FT_CONFIG_OPTION_USE_MODULE_ERRORS
|
||||
|
||||
|
||||
/**************************************************************************
|
||||
*
|
||||
* OpenType SVG Glyph Support
|
||||
*
|
||||
* If this macro is set, OpenType SVG glyphs will be supported.
|
||||
*/
|
||||
#define FT_CONFIG_OPTION_SVG
|
||||
|
||||
|
||||
/**************************************************************************
|
||||
*
|
||||
* Error Strings
|
||||
|
|
Loading…
Reference in New Issue