From f61fa9934ff7e4a09f0e90d8cfb64bca47061ffc Mon Sep 17 00:00:00 2001 From: Moazin Khatti Date: Fri, 7 Jun 2019 12:18:54 +0500 Subject: [PATCH] Added the SVG tag --- include/freetype/tttags.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/freetype/tttags.h b/include/freetype/tttags.h index bd0986eff..2ce7cebe0 100644 --- a/include/freetype/tttags.h +++ b/include/freetype/tttags.h @@ -96,6 +96,7 @@ FT_BEGIN_HEADER #define TTAG_sbix FT_MAKE_TAG( 's', 'b', 'i', 'x' ) #define TTAG_sfnt FT_MAKE_TAG( 's', 'f', 'n', 't' ) #define TTAG_SING FT_MAKE_TAG( 'S', 'I', 'N', 'G' ) +#define TTAG_SVG FT_MAKE_TAG( 'S', 'V', 'G', ' ' ) #define TTAG_trak FT_MAKE_TAG( 't', 'r', 'a', 'k' ) #define TTAG_true FT_MAKE_TAG( 't', 'r', 'u', 'e' ) #define TTAG_ttc FT_MAKE_TAG( 't', 't', 'c', ' ' )