home *** CD-ROM | disk | FTP | other *** search
- /*
- ** $VER: ToggleLVFont.rush 37.2 (2.7.94)
- **
- ** Toggle the listview font between two different font.
- **
- ** Written by Douglas Keller
- */
-
- if( address() == "REXX" ) then address "RUSH.1"
-
- options results
-
- 'getlistviewfont'
- parse var result fontname fontsize
-
- if fontname ~= "courier.font" then
- 'setlistviewfont font=courier.font size=13'
- else
- 'setlistviewfont font=topaz.font size=8'
-