freetype-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[freetype2] GSoC-2019-moazin 72a3237 02/18: Added the SVG tag


From: Moazin Khatti
Subject: [freetype2] GSoC-2019-moazin 72a3237 02/18: Added the SVG tag
Date: Sun, 23 Jun 2019 02:32:11 -0400 (EDT)

branch: GSoC-2019-moazin
commit 72a323746049e16764ca1fe494ba6c47287b640c
Author: Moazin Khatti <address@hidden>
Commit: Moazin Khatti <address@hidden>

    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 bd0986e..2ce7ceb 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', ' ' )



reply via email to

[Prev in Thread] Current Thread [Next in Thread]