fontforge
This is an old revision of the document!
#!/usr/bin/fontforge
Open($1)
k = GetTTFName(1042, 2)
if (k != 'Bold')
Print("The style is not Bold, fixing...")
SetTTFName(1042, 2, "Bold")
Generate("output.ttf")
Quit(1)
else
Print("The style is Bold.")
Quit(0)
endif
#!/usr/bin/fontforge
Open($1)
SetTTFName(1042, 1, "은 그래픽")
Generate("output.ttf")
fontforge.1256275369.txt.gz · Last modified: 2013/08/03 05:04 (external edit)