home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 123 / af123a.adf / af123a2.lzx / Selector / examples / font.sel < prev    next >
Encoding:
Text File  |  1999-03-04  |  166 b   |  8 lines

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