home *** CD-ROM | disk | FTP | other *** search
/ The Best of Mecomp Multimedia 2 / MECOMP-CD-II.iso / amiga / tools / boot / selector / examples / font.sel < prev    next >
Encoding:
Text File  |  1997-05-06  |  160 b   |  8 lines

  1. defenv myfont "default"
  2. font [myfont]
  3.  
  4. text "Current font:"
  5. text "[myfont]"
  6. button "Change it!" 'setenv myfont `/SelectorFont [myfont]`' update
  7.  
  8. unsetenv myfont