PATH:
home
/
letacommog
/
crmleta
/
libraries
/
tcpdf
/
fonts
/
ttf2ufm
/
ttf2ufm-src
/
app
/
netscape
#!/bin/sh if [ $# != 2 ] then echo "Usage: 'nspr # file.ps' where # is 2, 5, or 1251" exit else enc=$1 shift fi case ${enc} in 1250|1251) charset=windows ;; *) charset=iso8859 ;; esac sed "s/Times-Roman/Timesnew-Roman-${charset}-${enc}/g;\ s/Times-Italic/Timesnew-Italic-${charset}-${enc}/g;\ s/Times-BoldItalic/Timesnew-BoldItalic-${charset}-${enc}/g;\ s/Times-Bold/Timesnew-Bold-${charset}-${enc}/g;\ s/Courier/Couriernew-Roman-${charset}-${enc}/g;\ s/Couriernew-Roman-${charset}-${enc}-BoldOblique/Couriernew-BoldItalic-${charset}-${enc}/g;\ s/Couriernew-Roman-${charset}-${enc}-Bold/Couriernew-Bold-${charset}-${enc}/g;\ s/Couriernew-Roman-${charset}-${enc}-Oblique/Couriernew-Italic-${charset}-${enc}/g;" $* | \ grep -v "^ /Encoding isolatin1encoding def$"
[+]
..
[-] nspr
[edit]
[-] Makefile
[edit]
[-] fontsz.cf
[edit]
[-] README.html
[edit]
[-] psfonts.cf
[edit]
[-] nsfix.c
[edit]
[-] notscape
[edit]
[-] nsfilter
[edit]
[-] nsprint
[edit]