From: imiyazaki Date: Mon, 16 Aug 2004 06:46:38 +0000 (+0000) Subject: use fontforge instead of pfaedit. X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=c269389b2e9d6921a7cec1c04927d2829b341475;p=chise%2Fomega.git use fontforge instead of pfaedit. --- diff --git a/makefonts.pl b/makefonts.pl index 44e80cf..ea11519 100755 --- a/makefonts.pl +++ b/makefonts.pl @@ -18,7 +18,8 @@ my $kagecgi="v0.4/engine/kage.cgi"; # my $t1asm = "/usr/bin/env t1asm"; # point to 't1asm' executable. #die "Cannot execute $t1asm. Abort.\n" unless -x $t1asm; -my $pfaedit="/usr/bin/env pfaedit"; # point to 'pfaedit' executable. +#my $pfaedit="/usr/bin/env pfaedit"; # point to 'pfaedit' executable. +my $pfaedit="/usr/bin/env fontforge"; # point to 'pfaedit' executable. #die "Cannot execute $pfaedit. Abort.\n" unless -x $pfaedit; $omegadb_path=~s!/$!!;