Skip to content

Commit

Permalink
Port VF builds to Fontship, only VTT hinting is project local
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Aug 26, 2020
1 parent 421d088 commit bb8723d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 54 deletions.
7 changes: 7 additions & 0 deletions rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,10 @@ PSAUTOHINT = $(shell echo cp $< $@) ; :

$(PROJECT)-report: $(VARIABLETTFS)
echo -n $^ | xargs -d' ' -n1 -iX gftools qa -f X -gfb --fontbakery --diffenator

$(BUILDDIR)/%-VF-hinted.ttf: $(BUILDDIR)/%-VF-vtthinted.ttf
python -m vttLib compile $< $@ --ship

$(BUILDDIR)/%-VF-vtthinted.ttf: $(BUILDDIR)/%-VF.ttf $(SOURCEDIR)/%-vtt.ttx
cp $< $@
python -m vttLib mergefile $(lastword $^) $@
54 changes: 0 additions & 54 deletions sources/build.sh

This file was deleted.

0 comments on commit bb8723d

Please sign in to comment.