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.12 fnts_remove TOS Name: »Font selector remove user fonts« - Remove user's fonts from the font list. Opcode: 185 (sub-opcode 1) Syntax: void fnts_remove ( FNT_DIALOG *fnt_dialog ); Description: The call fnts_remove removes the fonts registered with fnts_add from the font list. The following applies: Parameter Meaning fnt_dialog Pointer to management structure Hint: If a program's user fonts have been installed, then fnts_remove must be called before fnts_delete. Return value: The function does not return a result. Availability: The presence of this call should be checked for using appl_getinfo (Opcode 7). Group: Font selection See Also: Binding fnts_delete fnts_add xFSL interface