ref: 290d214592242476716bbaef8858b9145dee0174
parent: e18df3808d68cb568b7d9933d541e1e9a57ec0b9
author: Ali Gholami Rudi <ali@rudi.ir>
date: Wed Aug 13 09:01:06 EDT 2014
gen.sh: update the comments before *conv functions
--- a/gen.sh
+++ b/gen.sh
@@ -20,7 +20,7 @@
echo "ver 1" >>$TP/DESC
echo "unitwidth 10" >>$TP/DESC
-# afmconv troff_name postscript_name font_filename
+# afmconv troff_name font_path extra_mktrfn_options
function afmconv
{
echo $1
@@ -28,7 +28,7 @@
sed "/^ligatures /s/ $LIGIGN//g" >$TP/$1
}
-# ttfconv troff_name postscript_name font_filename
+# ttfconv troff_name font_path extra_mktrfn_options
function ttfconv
{
echo $1
@@ -36,7 +36,7 @@
sed "/^ligatures /s/ $LIGIGN//g" >$TP/$1
}
-# otfconv troff_name postscript_name font_filename
+# otfconv troff_name font_path extra_mktrfn_options
function otfconv
{
TTF="/tmp/.neatmkfn.ttf"