•  Back 
  •  Font selection 
  •  Index 
  •  Tree View 
  •  Cross references 
  •  Help page 
  •  Show info about hypertext 
  •  View a new file 
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.7  fnts_get_info                                              TOS

 Name:         »Font selector get font info« - Obtain information 
               about a font.

 Opcode:       184 (sub-opcode 3)

 Syntax:       int16_t fnts_get_info ( FNT_DIALOG *fnt_dialog, int32_t 
               id, int16_t *mono, int16_t *outline );

 Description:  The call fnts_get_info obtains various items of 
               information about a font. The following apply:

                Parameter   Meaning

                fnt_dialog  Pointer to management structure
                id          Font ID
                mono        Flag for monospaced font
                outline     Flag for vector font

               Note: The function determines whether the specified 
               font is a monospaced one, or a vector (outline) font.

 Return value: The function returns the index of the font (or the 
               value 0 in case of error).

 Availability: The presence of this call should be checked for using 
               appl_getinfo (Opcode 7).

 Group:        Font selection

 See Also:     Binding   fnts_get_name   fnts_get_style 
               xFSL interface