Kill kWoff2FlagsContinueStream

There is only a single data stream for all the compressed tables, but
the code was originally written for separately compressed tables then
retrofitted, so this is an attempt to streamline it a bit.
This commit is contained in:
Khaled Hosny
2015-06-28 22:08:29 +02:00
parent 4e3bb3418f
commit 208c8f854e
3 changed files with 24 additions and 57 deletions
-1
View File
@@ -26,7 +26,6 @@ namespace woff2 {
static const uint32_t kWoff2Signature = 0x774f4632; // "wOF2"
const unsigned int kWoff2FlagsContinueStream = 1 << 4;
const unsigned int kWoff2FlagsTransform = 1 << 5;
// TrueType Collection ID string: 'ttcf'