1
1
mirror of https://github.com/i-tu/Hasklig.git synced 2024-07-14 13:50:33 +03:00
This commit is contained in:
Miguel Sousa 2019-07-15 21:55:25 -07:00
parent f06643b93a
commit 0b3527b144

View File

@ -39,6 +39,7 @@ function build_var_font {
sfntedit -a CFF2="$1"/.tb_cff2 "$otf_file"
# add SVG table to variable OTF
echo 'Adding SVG table to' $2.otf
"$addSVG" "$otf_file" "$DIR"/svg
# build variable TTF
@ -52,17 +53,17 @@ function build_var_font {
sfntedit -x cmap="$1"/.tb_cmap,GDEF="$1"/.tb_GDEF,GPOS="$1"/.tb_GPOS,GSUB="$1"/.tb_GSUB "$ttf_file"
sfntedit -a cmap="$1"/.tb_cmap,GDEF="$1"/.tb_GDEF,GPOS="$1"/.tb_GPOS,GSUB="$1"/.tb_GSUB "$otf_file"
# move font files to target directory
mv "$otf_file" "$var_dir"
mv "$ttf_file" "$var_dir"
# move font files to target directory
mv "$otf_file" "$var_dir"
mv "$ttf_file" "$var_dir"
# delete build artifacts
rm "$1"/.tb_*
rm "$1"/master_*/*.*tf
echo "Done with $2"
echo ""
echo ""
echo "Done with $2"
echo ""
echo ""
}
build_var_font "$DIR"/Roman/Masters $ro_name