Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > e5dc459bdf11f36a39da005d16b273a2 > files > 2

mscore-0.9.6.3-1.fc14.src.rpm

#!/usr/bin/fontforge
if ($argc > 1)
    i = 1;
    while ( i < $argc )
	Open($argv[i])
	ttfile = "mscore-" + $fontname + ".ttf"
	Print("Converting ",ttfile)
	Generate(ttfile,"ttf")
	Close()
	i++
    endloop
else
    Print("Usage: $0 font.sfd [font.sfd ...]")
endif