Convert a bunch of fonts to ttf

#!/usr/bin/fontforge i=1 while( i<$args ) Open($1) Generate($1:r + ".ttf") i = i+1 endloop

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.