Set font mode for the brotli call in the woff2 encoder.

This commit is contained in:
Zoltan Szabadka
2014-03-20 14:35:41 +01:00
parent 278b89484f
commit 494c85cebb
11 changed files with 40 additions and 54 deletions
+3 -3
View File
@@ -16,8 +16,8 @@
// files in normalized form, the WOFF 2.0 conversion is guaranteed to be
// lossless (in a bitwise sense) only for normalized font files.
#ifndef BROTLI_WOFF2_NORMALIZE_H_
#define BROTLI_WOFF2_NORMALIZE_H_
#ifndef WOFF2_NORMALIZE_H_
#define WOFF2_NORMALIZE_H_
namespace woff2 {
@@ -42,4 +42,4 @@ bool NormalizeFont(Font* font);
} // namespace woff2
#endif // BROTLI_WOFF2_NORMALIZE_H_
#endif // WOFF2_NORMALIZE_H_