From 58032c74125a1c75c7de62dc0cc12306c09101d7 Mon Sep 17 00:00:00 2001 From: Roozbeh Pournader Date: Sun, 27 Jul 2014 12:46:34 -0700 Subject: Explain all third party modifications to fontcrunch. --- third_party/fontcrunch/README.third_party | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'third_party') 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. -- cgit v1.2.3