scribble-math/mathjax-dev/fonts/AFM/TeX/makeAFM
2010-08-02 17:46:41 +00:00

12 lines
239 B
Tcsh
Executable File

#! /bin/csh -f
# Creates .afm files from the MathJax .otf fonts
#
# Usage: ./makeAFM
foreach file (~/Library/Fonts/MathJax*.*tf)
echo ""
echo $file:t
fontforge -lang=ff -c 'Open("'$file'");Generate("afm/'$file:t:r'.afm")'
end