summaryrefslogtreecommitdiff
path: root/third_party/fontcrunch/README.third_party
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/fontcrunch/README.third_party')
-rw-r--r--third_party/fontcrunch/README.third_party15
1 files changed, 14 insertions, 1 deletions
diff --git a/third_party/fontcrunch/README.third_party b/third_party/fontcrunch/README.third_party
index 7680eae..fbf9c27 100644
--- a/third_party/fontcrunch/README.third_party
+++ b/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.