makeufo.sh 693 B

123456789101112131415
  1. # Creates UFO source files from FontLab Studio .vfb source files
  2. # PostScript Source Files
  3. vfb2ufo -fo -ttx -64 -p ../source/ufo ../source/vfb/Hack-Regular-PS.vfb
  4. vfb2ufo -fo -ttx -64 -p ../source/ufo ../source/vfb/Hack-Bold-PS.vfb
  5. vfb2ufo -fo -ttx -64 -p ../source/ufo ../source/vfb/Hack-Italic-PS.vfb
  6. vfb2ufo -fo -ttx -64 -p ../source/ufo ../source/vfb/Hack-BoldItalic-PS.vfb
  7. # TrueType Source Files
  8. vfb2ufo -fo -ttx -64 -p ../source/ufo ../source/vfb/Hack-Regular-TT.vfb
  9. vfb2ufo -fo -ttx -64 -p ../source/ufo ../source/vfb/Hack-Bold-TT.vfb
  10. vfb2ufo -fo -ttx -64 -p ../source/ufo ../source/vfb/Hack-Italic-TT.vfb
  11. vfb2ufo -fo -ttx -64 -p ../source/ufo ../source/vfb/Hack-BoldItalic-TT.vfb