Topic : TOS - The Operating System Author : Version : tos.hyp (December 19, 2008) Subject : Programmieren/Atari Nodes : 3010 Index Size : 93790 HCP-Version : 5 Compiled on : Atari @charset : atarist @lang : @default : Title @help : @options : +g -i -s +x +zz -t4 @width : 70 View Ref-File8.20.4 fnts_delete TOS Name: »Font selector delete« - Release memory used by font selector. Opcode: 181 Syntax: int16_t fnts_delete ( FNT_DIALOG *fnt_dialog, int16_t vdi_handle ); Description: The call fnts_delete releases the memory that was used by the font selector. The following apply: Parameter Meaning fnt_dialog Pointer to management structure vdi_handle Handle of the Workstation, or 0 if vst_unload_fonts() is not to be called Hint: If vdi_handle is not 0, then vst_unload_fonts() will be called. Return value: This function returns always one. Availability: The presence of this call should be checked for using appl_getinfo (Opcode 7). Group: Font selection See Also: Binding fnts_close fnts_remove xFSL interface