Home Font selector FONT SELECTOR - CREATE (AES 180) FONT SELECTOR - OPEN WINDOW (AES 182)

2.5.4 FONT SELECTOR - DELETE (AES 181)

This function releases the memory allocated for the font selector. If <vdi_handle> is not 0, then vst_unload_fonts() will be called.

Declaration:
WORD fnts_delete( FNT_DIALOG *fnt_dialog, WORD vdi_handle );

Call:
fnts_delete( fnt_dialog, vdi_handle );

Variable         Argument            Meaning
Inputs:

contrl[0]        181                 fnts_delete
contrl[1]        1                   Entries in intin
contrl[3]        1                   Entries in addrin

intin[0]         vdi_handle          Handle of the Workstation or 0,
                                     if vst_unload_fonts() is not
                                     to be called

addrin[0]        fnt_dialog          Pointer to management structure

Outputs:

contrl[2]        1                   Entries in intout
contrl[4]        0                   Entries in addrout

intout[0]        1


Home Font selector FONT SELECTOR - CREATE (AES 180) FONT SELECTOR - OPEN WINDOW (AES 182)