Welcome to mirror list, hosted at ThFree Co, Russian Federation.

sfd2ttf.pe « scripts - github.com/liberationfonts/liberation-fonts.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3d0c81b6f12c8bc8bffd071fa021f96d69ecbd0a (plain)
1
2
3
4
5
6
Print( "    ")
Print( "Generating ttf from sfd sources...") 
Print( "----------------------------------")
Open($1)
Generate($1:r + ".ttf", "", 0x800)
Print( "    ")