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
+1 -1
View File
@@ -47,7 +47,7 @@ int main(int argc, char **argv) {
}
output.resize(output_size);
woff2::SetFileContents(outfilename, output);
woff2::SetFileContents(outfilename, output.begin(), output.end());
return 0;
}