home *** CD-ROM | disk | FTP | other *** search
/ Amiga ACS 1997 #3 / amigaacscoverdisc / utilities / shareware / workbench / selector / examples / font.sel < prev    next >
Encoding:
Text File  |  1997-02-17  |  151 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`' update
  7.  
  8. unsetenv myfont