| Index: third_party/freetype/include/tttags.h
|
| diff --git a/core/include/thirdparties/freetype/freetype/tttags.h b/third_party/freetype/include/tttags.h
|
| similarity index 97%
|
| rename from core/include/thirdparties/freetype/freetype/tttags.h
|
| rename to third_party/freetype/include/tttags.h
|
| index ac7de2ad79a3de9fbc9e8cf90289bf313125b410..d59aa19a3389c41336b68643bf8c407d1ae11a6f 100644
|
| --- a/core/include/thirdparties/freetype/freetype/tttags.h
|
| +++ b/third_party/freetype/include/tttags.h
|
| @@ -20,8 +20,8 @@
|
| #define __TTAGS_H__
|
|
|
|
|
| -#include "../ft2build.h"
|
| -#include "freetype.h"
|
| +#include <ft2build.h>
|
| +#include FT_FREETYPE_H
|
|
|
| #ifdef FREETYPE_H
|
| #error "freetype.h of FreeType 1 has been loaded!"
|
| @@ -88,6 +88,7 @@ FT_BEGIN_HEADER
|
| #define TTAG_post FT_MAKE_TAG( 'p', 'o', 's', 't' )
|
| #define TTAG_prep FT_MAKE_TAG( 'p', 'r', 'e', 'p' )
|
| #define TTAG_prop FT_MAKE_TAG( 'p', 'r', 'o', 'p' )
|
| +#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_trak FT_MAKE_TAG( 't', 'r', 'a', 'k' )
|
| @@ -99,6 +100,7 @@ FT_BEGIN_HEADER
|
| #define TTAG_VDMX FT_MAKE_TAG( 'V', 'D', 'M', 'X' )
|
| #define TTAG_vhea FT_MAKE_TAG( 'v', 'h', 'e', 'a' )
|
| #define TTAG_vmtx FT_MAKE_TAG( 'v', 'm', 't', 'x' )
|
| +#define TTAG_wOFF FT_MAKE_TAG( 'w', 'O', 'F', 'F' )
|
|
|
|
|
| FT_END_HEADER
|
|
|