5454a8129d
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/nafees-web-naskh-fonts#4dbe301ec5699db5d164a3a95abfad07a75777eb
12 lines
132 B
Plaintext
12 lines
132 B
Plaintext
#!/usr/bin/fontforge
|
|
|
|
|
|
fontfile = $1
|
|
Open(fontfile)
|
|
|
|
SetTTFName(0x409, 16, 'Nafees Web Naskh')
|
|
|
|
Generate('NafeesWeb.ttf')
|
|
Close()
|
|
|