madan-fonts/sfd2ttf.pe
Troy Dawson 67bdb67197 RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/madan-fonts#d78966e1ca068c691fbdcb132cd9b4c27f592fa0
2020-10-20 07:23:50 -07:00

9 lines
191 B
Plaintext

#!/usr/bin/env fontforge
Print( " ")
Print( "Generating ttf from sfd sources...")
Print( "----------------------------------")
Open($1)
Generate($1:r + ".ttf", "", 0x800)
Print( " ")