Update extract and build process with support for context substitutions

This commit is contained in:
kiliman
2018-04-26 18:03:55 -04:00
committed by unknown
parent 036e837e0c
commit 9398884dc6
6 changed files with 674 additions and 302 deletions
+7 -7
View File
@@ -6,15 +6,15 @@ build_font() {
lig="$1"
otf=${lig/Lig/}
if [ ! -e "./original/$otf.otf" ]
then
return
if [ ! -e "./original/$otf.otf" ]
then
return
fi
if [ ! -e "./ligature/$lig/charstrings.xml" ]
then
return
if [ ! -e "./ligature/$lig/glyphs" ]
then
return
fi
echo Building $1
ttx -f "./original/$otf.otf"
node index.js $otf