Re: screenshot of ugly fonts

From: Sam Halliday (sam@neutrino.phy.uct.ac.za)
Date: Tue May 28 2002 - 10:34:51 EDT

  • Next message: Sam Halliday: "oops, typo"

     for i in *.TTF; do mv $i `echo $i | sed -e \
     's/\.TTF/.ttf/g'`; done
    this is no good, abiword is still looking for .afm files in that
    folder... i can create afm files from my ps files... but i don't know
    which ones to create.. why can it just not read straight from the ttf
    file?

    btw... does anyone have a script that changes ttf files into the
    respective .afm file. I have one but it needs a sed command in it, and i
    don't know how sed works.... something like;
    for A in *.ttf ; do ttftool -f $A -a $A.afm ; done

    cheers,
    Sam

    -- 
    core error - bus dumped
    


    This archive was generated by hypermail 2.1.4 : Tue May 28 2002 - 10:32:20 EDT