summaryrefslogtreecommitdiff
path: root/include/freetype/internal/wofftypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/freetype/internal/wofftypes.h')
-rw-r--r--include/freetype/internal/wofftypes.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/freetype/internal/wofftypes.h b/include/freetype/internal/wofftypes.h
index 2035a251d..efadb7743 100644
--- a/include/freetype/internal/wofftypes.h
+++ b/include/freetype/internal/wofftypes.h
@@ -173,9 +173,10 @@ FT_BEGIN_HEADER
FT_ULong privLength;
FT_ULong uncompressed_size;
- FT_UInt64 compressed_offset;
+ FT_ULong compressed_offset;
FT_ULong header_version;
FT_UShort num_fonts;
+ FT_ULong total_sfnt_size;
WOFF2_TtcFont ttc_fonts;
@@ -203,6 +204,7 @@ FT_BEGIN_HEADER
*/
typedef struct WOFF2_InfoRec_
{
+ FT_ULong header_checksum;
FT_UShort num_glyphs;
FT_UShort num_hmetrics;
FT_Short* x_mins;