#!/usr/local/bin/fontforge
# Quick and dirty hack: converts a font to truetype (.ttf)
Print("Opening "+$1);
Open($1);
Print("Saving "+$1:r+".ttf");
Generate($1:r+".ttf");
Quit(0);
F. Abel, N. Henze, and D. Krause. Proceeding of the 17th ACM conference on Information and knowledge management, page 1429--1430. New York, NY, USA, ACM, (2008)
D. Achlioptas, and F. McSherry. Proceedings of the thirty-third annual ACM symposium on Theory of computing, page 611--618. New York, NY, USA, ACM, (2001)
R. Agrawal, and R. Srikant. Proceedings of the 20th international conference on Very Large Data Bases (VLDB'94), page 478--499. Morgan Kaufmann, (September 1994)