summaryrefslogtreecommitdiff
path: root/info/examples/ltt/fontinst.pl
blob: e4bcf67972e8b59c00b79097bd77751bbf056929 (plain)
1
2
3
4
5
6
7
8
9
# fontinst.pl
foreach $file (<*.pl>)
{ ($filename) = $file =~ /(\w+)\.pl/;
  system("pltotf $file $filename.tfm");
}
foreach $file (<*.vpl>)
{ ($filename) = $file =~ /(\w+)\.vpl/;
  system("vptovf $file $filename.vf $filename.tfm");
}