summaryrefslogtreecommitdiffstats
path: root/Source/ThirdParty/woff2/src/font.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/ThirdParty/woff2/src/font.h')
-rw-r--r--Source/ThirdParty/woff2/src/font.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/ThirdParty/woff2/src/font.h b/Source/ThirdParty/woff2/src/font.h
index 601c4c8f8..93806e6b5 100644
--- a/Source/ThirdParty/woff2/src/font.h
+++ b/Source/ThirdParty/woff2/src/font.h
@@ -61,6 +61,7 @@ struct Font {
// Accomodates both singular (OTF, TTF) and collection (TTC) fonts
struct FontCollection {
+ uint32_t flavor;
uint32_t header_version;
// (offset, first use of table*) pairs
std::map<uint32_t, Font::Table*> tables;