home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / WordProcessors / FWARexx1.lha / FWMacros / Fontloader.rexx < prev    next >
Encoding:
OS/2 REXX Batch file  |  1994-10-16  |  1.4 KB  |  37 lines

  1. /* 16.10.94                                                     */
  2. /* Eric Krieger (ekrieger@quasar.xs4all.nl): sent to me by      */
  3. /* Jeremy Friesner (jfriesne@sdcc8.ucsd.edu). Thanks Jeremy!    */
  4.  
  5. /* -------------------------------------------------------------*/
  6. /* Final Copy II Arexx Macro - FONTLOADER                       */
  7. /*                                                              */
  8. /* This macro can be used to pre-load your favorite fonts. But  */
  9. /* please note that each font that you load will take up a good */
  10. /* chunk of memory, so please don't be too greedy and load in a */
  11. /* zillion fonts and waste a lot of memory.                     */
  12. /* To load in a font that is not in the FCFonts/SWOLFonts drawer*/
  13. /* you will need to specify the complete pathname of the font.  */
  14. /* For Example:                                                 */
  15. /*                                                              */
  16. /*  Font 'Work:FinalCopy_II/FCFonts/SWOLFonts/PSFonts/H_Bold'   */
  17. /* -------------------------------------------------------------*/
  18.  
  19. Options Results
  20.  
  21. Status Fontname
  22. fname = Result
  23.  
  24. Font 'fcfonts:AvantGarde'
  25. Font 'fcfonts:Balmoral'
  26. Font 'fcfonts:Bookman'
  27. Font 'fcfonts:Helvetica'
  28. Font 'fcfonts:Times'
  29. Font 'fcfonts:NC_Schoolbook'
  30. Font 'fcfonts:RageItalic'
  31. Font 'fcfonts:Symbol'
  32. Font 'fcfonts:SoftSans'
  33. Font 'fcfonts:ITC Zapf Dingbats'
  34.  
  35. Font fname
  36.  
  37.