From 91e6a7b65f93104bee717313166819a6359b1b83 Mon Sep 17 00:00:00 2001 From: Moazin Khatti Date: Mon, 5 Aug 2019 16:12:17 +0500 Subject: [PATCH] Adds `FT_CONFIG_OPTION_SVG' to allow toggling of OT-SVG support. --- include/freetype/config/ftoption.h | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/include/freetype/config/ftoption.h b/include/freetype/config/ftoption.h index 12f47a82e..f279c136f 100644 --- a/include/freetype/config/ftoption.h +++ b/include/freetype/config/ftoption.h @@ -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