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.8 fnts_get_name TOS Name: »Font selector get font name« - Obtain name of a font. Opcode: 184 (sub-opcode 2) Syntax: int16_t fnts_get_name ( FNT_DIALOG *fnt_dialog, int32_t id, int8_t *full_name, int8_t *family_name, int8_t *style_name ); Description: The call fnts_get_name obtains the name, family name and style name of a font. The following apply: Parameter Meaning fnt_dialog Pointer to management structure id Font ID full_name Pointer to the full name, or 0L family_name Pointer to the family name, or 0L style_name Pointer to the style name, or 0L Return value: The function returns the value 1 on error-free execution; a value of 0, on the other hand, signals an error has occurred. Availability: The presence of this call should be checked for using appl_getinfo (Opcode 7). Group: Font selection See Also: Binding fnts_get_info fnts_get_style xFSL interface