home *** CD-ROM | disk | FTP | other *** search
- *|Start FN.........
- DEF FN.........( window_handle%, display_icon_handle%, font$ )
-
- REM Called before a font menu is opened
- REM window_handle% - window that contains the menu icon
- REM display_icon_handle% - icon to contain font name
- REM font$ - name if font i.e. 'Trinity Medium'
-
- LOCAL
-
- REM Return value is ignored
-
- = 0
- :
- *|Stop FN.........