Browse Source

Explain all third party modifications to fontcrunch.

Roozbeh Pournader 10 years ago
parent
commit
58032c7412
1 changed files with 14 additions and 1 deletions
  1. 14 1
      third_party/fontcrunch/README.third_party

+ 14 - 1
third_party/fontcrunch/README.third_party

@@ -7,4 +7,17 @@ Description:
 Fontcrunch is a TrueType outline simplification tool.
 
 Local Modifications:
-Only the fontcrunch directory is included from fontbakery.
+1. Only the fontcrunch directory is included from fontbakery.
+
+2. .bz and .bzopt files are renamed to .bez and .bezopt to reduce confusion
+   with bzip files.
+
+3. Python paths have been modified so fontcrunch.py can run in Noto's build
+   environment.
+
+4. fontcrunch.py has been changed to load glyphs in the fonttools recommend
+   way.
+
+5. gcc is told to run in C++11 mode to make sure quadopt can build.
+
+6. 'make clean' has been extened to also remove the temporary directories.