67bdb67197
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
9 lines
191 B
Plaintext
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( " ")
|