|
From: Caius 'k. C. <cc...@re...> - 2009-07-13 23:45:56
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Khaled Hosny さんは書きました: > On Fri, Jul 10, 2009 at 05:13:32PM +1000, Caius 'kaio' Chance wrote: >> I was taught to tick the checkbox 'old style kern' in options window >> when I click 'generate font' in fontforge UI. Would this step could be >> also implemented in fontforge scripts so I could automate this? > > It is already, check generate flags in the scripting documentation > http://fontforge.sourceforge.net/scripting-alpha.html#G Could you kindly give me some idea which version of the fontforge started to support this (fmflags)? I tried on 20090224 but it seems did not functioning. FYI, my scripts as follows: $ cat sfd2ttf.pe Print( " ") Print( "Generating ttf from sfd sources...") Print( "----------------------------------") Open($1) Generate($1:r + ".ttf" ,"fmflags&0x800") Print( " ") Regards, kaio - -- Caius Chance, Soft Eng, I18N, Red Hat APAC, cchance AT redhat DOT com JP (Qual), RHCE, MCSE, CCNA, JLPT4, http://apac.redhat.com/disclaimer -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkpbxw8ACgkQmo+B7bGj5dJ13gCfXmEmDmFExT1PFfLUI6jAlX/c 2+AAnjX+YS9RxL8uz1UZz8OQDRhqN2qH =y9Mo -----END PGP SIGNATURE----- |