home *** CD-ROM | disk | FTP | other *** search
- /* 16.10.94 */
- /* Eric Krieger (ekrieger@quasar.xs4all.nl): sent to me by */
- /* Jeremy Friesner (jfriesne@sdcc8.ucsd.edu). Thanks Jeremy! */
-
- /* -------------------------------------------------------------*/
- /* Final Copy II Arexx Macro - FONTLOADER */
- /* */
- /* This macro can be used to pre-load your favorite fonts. But */
- /* please note that each font that you load will take up a good */
- /* chunk of memory, so please don't be too greedy and load in a */
- /* zillion fonts and waste a lot of memory. */
- /* To load in a font that is not in the FCFonts/SWOLFonts drawer*/
- /* you will need to specify the complete pathname of the font. */
- /* For Example: */
- /* */
- /* Font 'Work:FinalCopy_II/FCFonts/SWOLFonts/PSFonts/H_Bold' */
- /* -------------------------------------------------------------*/
-
- Options Results
-
- Status Fontname
- fname = Result
-
- Font 'fcfonts:AvantGarde'
- Font 'fcfonts:Balmoral'
- Font 'fcfonts:Bookman'
- Font 'fcfonts:Helvetica'
- Font 'fcfonts:Times'
- Font 'fcfonts:NC_Schoolbook'
- Font 'fcfonts:RageItalic'
- Font 'fcfonts:Symbol'
- Font 'fcfonts:SoftSans'
- Font 'fcfonts:ITC Zapf Dingbats'
-
- Font fname
-
-