home *** CD-ROM | disk | FTP | other *** search
- size 18 27 ! this is for sticking on your wall.
- ! it is a table of Postscript fonts.
- ! try this: gle_ps psfonts
- ! gs wall.ps
- ! you should have Ghostscript and some *nice* fonts
- ! the fonts from Ghostscript are really ugly
-
- set hei 0.8 just center font rmb
-
- begin translate 0 1 ! Printing on Deskjets is a problem
- box 18 26
-
- ! Title
- amove 9.3 25.2
- text GLE Postscript Reference
-
- ! filename at the bottom
- set just left
- set hei .3
- amove 15.9 .4
- text ps-font.gle
-
- sub fnt f$ n$
- set hei .35
- set font psh
- set just right
- write f$
- rmove .5 0
- set just left font f$
- write n$
- rmove -.5 -.6
- end sub
-
- sub title f$
- set hei .5
- set font pshb
- set just center
- rmove 7 -0.3
- write f$
- rmove -7 0
- rmove 0 -.6
- end sub
-
- amove 2 24.7
- !
- @title "Roman Family"
- @fnt "pstr" "Times Roman / Roman (rm)"
- @fnt "psti" "Times Roman Italic / Roman Italic (rmi)"
- @fnt "pstb" "Times Roman Bold / Roman Bold (rmb)"
- @fnt "pstbi" "Times Roman Bold Italic / Roman Bold Italic (rmbi)"
- !
- @title "Courier Family"
- @fnt "psc" "PostScript Courier / Typewriter (tt)"
- @fnt "psco" "PostScript Courier Oblique / Typewriter Italic (tti)"
- @fnt "pscb" "PostScript Courier Bold / Typewriter Bold (ttb)"
- @fnt "pscbo" "PostScript Courier Bold Oblique / Typewriter Bold Italic (ttbi)"
- !
- @title "Helvetica Family"
- @fnt "psh" "PostScript Helvetica / Sans Serif (ss)"
- @fnt "psho" "PostScript Helvetica Oblique / Sans Serif Italic (ssi)"
- @fnt "pshb" "PostScript Helvetica Bold / Sans Serif Bold (ssb)"
- @fnt "pshbo" "PostScript Helvetica Bold Oblique / Sans Serif Bold Italic (ssbi)"
- !
- @title "Avantgarde Family"
- @fnt "psagb" "AvantGarde-Book"
- @fnt "psagbo" "AvantGarde-BookOblique"
- !
- @title "Bookman Family"
- @fnt "psbd" "PostScript Bookman Demi"
- @fnt "psbdi" "PostScript Bookman Demi Italic"
- ! nonexistent @fnt "psbl" "PostScript Bookman Light"
- @fnt "psbli" "PostScript Bookman Light Italic"
- !
- @title "New Century Schoolbook Family"
- @fnt "psncsr" "PostScript New Century Schlblk Roman"
- @fnt "psncsi" "PostScript New Century Schlblk Italic"
- @fnt "psncsb" "PostScript New Century Schlblk Bold"
- @fnt "psncsbi" "PostScript New Century Schlblk Bold Italic"
- !
- @title "Palatino Family"
- @fnt "pspr" "Palatino Roman"
- @fnt "pspi" "Palatino Italic"
- @fnt "pspb" "Palatino Roman Bold"
- @fnt "pspbi" "Palatino Italic Bold"
- !
- @title "Zapf Family"
- @fnt "pszcmi" "PostScript ZapfChancery-MediumItalic"
- @fnt "pszd" "PostScript ZapfDingbats"
- !
- ! Unknown
- !@fnt "psagd" "Unknown"
- !@fnt "psagd" "Unknown Oblique"
- !
- ! Unknown 2
- !@fnt "pshc" "Unknown 2"
- ! unknown @fnt "pshco" "Unknown 2 Oblique"
- !@fnt "pshcb" "Unknown 2 Bold"
- !@fnt "pshcbo" "Unknown 2 Bold Oblique"
- !
- ! Unknown 3
- !@fnt "pshn" "Unknown 3"
- !@fnt "pshno" "Unknown 3 Oblique"
- !@fnt "pshnb" "Unknown 3 Bold"
- !@fnt "pshnbo" "Unknown 3 Bold Oblique"
- !
- @title "Symbol Family"
- @fnt "pssym" "Postscript Symbol"
-
-
- end translate
-