Commit 20c15add91dc1495ebe80bc12ea7ff62f43046e3

David Turner 2000-05-16T19:50:08

added the tag for the "DSIG" table

diff --git a/include/freetype/tttags.h b/include/freetype/tttags.h
index e55593f..c38470a 100644
--- a/include/freetype/tttags.h
+++ b/include/freetype/tttags.h
@@ -22,9 +22,9 @@
 
 #include <freetype/freetype.h>   /* for MAKE_TT_TAG() */
 
-
 #define TTAG_cmap  FT_MAKE_TAG( 'c', 'm', 'a', 'p' )
 #define TTAG_cvt   FT_MAKE_TAG( 'c', 'v', 't', ' ' )
+#define TTAG_DSIG  FT_MAKE_TAG( 'D', 'S', 'I', 'G' )
 #define TTAG_EBDT  FT_MAKE_TAG( 'E', 'B', 'D', 'T' )
 #define TTAG_EBLC  FT_MAKE_TAG( 'E', 'B', 'L', 'C' )
 #define TTAG_EBSC  FT_MAKE_TAG( 'E', 'B', 'S', 'C' )
@@ -53,7 +53,6 @@
 #define TTAG_vhea  FT_MAKE_TAG( 'v', 'h', 'e', 'a' )
 #define TTAG_vmtx  FT_MAKE_TAG( 'v', 'm', 't', 'x' )
 
-
 #endif /* TTAGS_H */