Index: third_party/woff2/src/font.h |
diff --git a/third_party/woff2/src/font.h b/third_party/woff2/src/font.h |
index 601c4c8f8949c21229c12baaae9a7a400505d803..93806e6b5ee163df78d9b70a9c1dc94641fece82 100644 |
--- a/third_party/woff2/src/font.h |
+++ b/third_party/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; |