Stop trusting header totalSfntSize and glyf origLength

This commit is contained in:
Rod Sheeter
2016-03-08 12:30:08 -08:00
parent 643c7b4589
commit b220918cab
12 changed files with 726 additions and 526 deletions
+2 -1
View File
@@ -19,7 +19,8 @@ CXXFLAGS += $(COMMON_FLAGS) -std=c++11
SRCDIR = src
OUROBJ = font.o glyph.o normalize.o table_tags.o transform.o \
woff2_dec.o woff2_enc.o woff2_common.o variable_length.o
woff2_dec.o woff2_enc.o woff2_common.o woff2_out.o \
variable_length.o
BROTLI = brotli
ENCOBJ = $(BROTLI)/enc/*.o