freetype-commit
[Top][All Lists]
Advanced

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

[freetype2] GSoC-2019-moazin 25c618a 02/26: Added the SVG tag


From: Moazin Khatti
Subject: [freetype2] GSoC-2019-moazin 25c618a 02/26: Added the SVG tag
Date: Tue, 2 Jul 2019 03:24:06 -0400 (EDT)

branch: GSoC-2019-moazin
commit 25c618aaaba4f662aab00cba6e667650aca70dff
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]