[cantarell-fonts/ufo-conversion] Remove non-exported glyphs from binaries
- From: Nikolaus Waxweiler <nwaxweiler src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [cantarell-fonts/ufo-conversion] Remove non-exported glyphs from binaries
- Date: Sat, 9 Feb 2019 18:01:51 +0000 (UTC)
commit d9f355cd380e314ae12deeac1dc467cb4ddce148
Author: Nikolaus Waxweiler <madigens gmail com>
Date: Sat Feb 9 18:01:29 2019 +0000
Remove non-exported glyphs from binaries
scripts/fm.py | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/scripts/fm.py b/scripts/fm.py
index b492a65c..16b9ebf3 100644
--- a/scripts/fm.py
+++ b/scripts/fm.py
@@ -18,7 +18,7 @@ import subprocess
parser = argparse.ArgumentParser()
parser.add_argument("fontmake", type=str, help="The path to fontmake.")
parser.add_argument("psautohint", type=str, help="The path to psautohint.")
-parser.add_argument("font_source", help="The path to the font source.")
+parser.add_argument("font_source", help="The path to the Designspace file.")
parser.add_argument("output_dir", help="The full target output path.")
args = parser.parse_args()
@@ -36,6 +36,7 @@ subprocess.run(
"otf",
"--verbose",
"WARNING",
+ "--subset",
"--expand-features-to-instances",
"--output-dir",
args.output_dir,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]