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.10 fnts_get_style TOS Name: »Font selector get style ID« - Obtain ID of the n-th style of a font family. Opcode: 184 (sub-opcode 1) Syntax: int32_t fnts_get_style ( FNT_DIALOG *fnt_dialog, int32_t id, int16_t index ); Description: The call fnts_get_style obtains the ID of the n-th font of a font family. The following apply: Parameter Meaning fnt_dialog Pointer to management structure id ID of a font of the family index Index within the family Hint: The parameter index must be a number between 1 and the result of fnts_get_no_styles. Return value: This function returns ID of the index-th font of the family. 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_name xFSL interface