Home Font selector Font selector Calling procedure for modal font selector

2.5.1 Calling procedure for font selector in a window

Program start:             fnts_create()
   .
   .
   .
Calling the font selector: fnts_open()
   .
   .
   .
Event loop:                fnts_evnt()
   .                             .
   .                             .
   ......Possibly fnts_get_no_styles()/fnts_get_style()/...
                 (depending on the status of the checkboxes)
   .                               .
   .                             .
Closing the font selector: fnts_close()
   .
   .
   .
Program end:               fnts_delete()

Font selector in a window under MagiC4

Font selector in a window under MagiC4


Font selector in a window under TOS 1.04

Font selector in a window under TOS 1.04



Home Font selector Font selector Calling procedure for modal font selector