From 92a48adaea54f4ef59dccb3aee5c7fe9bbcb5ab9 Mon Sep 17 00:00:00 2001 From: Rasmus Andersson Date: Wed, 7 Jun 2023 10:09:39 -0700 Subject: pass --windows-compatibility to ttfautohint in hopes of better aliased fitting on MS Windows, re #580 --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6c1f35510..e3963f714 100644 --- a/Makefile +++ b/Makefile @@ -177,7 +177,11 @@ $(FONTDIR)/static/%.ttf: $(UFODIR)/%.ufo build/features_data | $(FONTDIR)/static $(FONTDIR)/static-hinted/%.ttf: $(FONTDIR)/static/%.ttf | $(FONTDIR)/static/Inter-Regular.ttf $(FONTDIR)/static-hinted venv - . $(VENV) ; python -m ttfautohint --reference $(FONTDIR)/static/Inter-Regular.ttf --no-info "$<" "$@" + . $(VENV) ; python -m ttfautohint \ + --windows-compatibility \ + --reference $(FONTDIR)/static/Inter-Regular.ttf \ + --no-info \ + "$<" "$@" $(FONTDIR)/var/.%.var.ttf: $(UFODIR)/%.var.designspace build/features_data | $(FONTDIR)/var venv . $(VENV) ; fontmake -o variable -m $< --output-path $@ $(FM_ARGS_2) -- cgit v1.2.3