nafees-web-naskh-fonts/nafees-web-naskh-update-preferred-family.pe
Petr Šabata 5454a8129d 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/nafees-web-naskh-fonts#4dbe301ec5699db5d164a3a95abfad07a75777eb
2020-10-15 20:50:28 +02:00

12 lines
132 B
Plaintext

#!/usr/bin/fontforge
fontfile = $1
Open(fontfile)
SetTTFName(0x409, 16, 'Nafees Web Naskh')
Generate('NafeesWeb.ttf')
Close()