[cantarell-fonts/ufo-conversion] Remove overlaps for OTF instances
- From: Nikolaus Waxweiler <nwaxweiler src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [cantarell-fonts/ufo-conversion] Remove overlaps for OTF instances
- Date: Thu, 21 Mar 2019 12:04:38 +0000 (UTC)
commit ae24f5ee0a6e48f336cdd5eb87ed12b1e68e9347
Author: Nikolaus Waxweiler <nikolaus waxweiler daltonmaag com>
Date: Thu Mar 21 12:04:16 2019 +0000
Remove overlaps for OTF instances
scripts/make-static-fonts.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/scripts/make-static-fonts.py b/scripts/make-static-fonts.py
index b77923a1..78570b1f 100644
--- a/scripts/make-static-fonts.py
+++ b/scripts/make-static-fonts.py
@@ -23,7 +23,7 @@ def generate_and_write_instance(
instance.save(output_dir / f"{file_stem}.ufo")
# 4. Compile and write instance OTF to disk.
- instance_font = ufo2ft.compileOTF(instance)
+ instance_font = ufo2ft.compileOTF(instance, removeOverlaps=True)
output_path = output_dir / f"{file_stem}.otf"
instance_font.save(output_path)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]