mirror of
https://github.com/rsms/inter.git
synced 2024-11-17 07:47:33 +01:00
pass --windows-compatibility to ttfautohint in hopes of better aliased fitting on MS Windows, re #580
This commit is contained in:
parent
e11ab3a9a7
commit
92a48adaea
1 changed files with 5 additions and 1 deletions
6
Makefile
6
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)
|
||||
|
|
Loading…
Reference in a new issue