•  Back 
  •  AES structures 
  •  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.22.14  FNTS_ITEM                                                 TOS

typedef struct _fnts_item
{
  struct   _fnts_item  *next; /* Pointer to next font, or 0L (end of list)  */
  UTXT_FN  display;           /* Pointer to display function for user fonts */
  int32_t  id;                /* Font ID, >= 65536 for user fonts     */
  int16_t  index;             /* Must be 0, as not a VDI font         */
  int8_t   mono;              /* Flag for mono-spaced font            */
  int8_t   outline;           /* Flag for vector font                 */
  int16_t  npts;              /* Number of predefined point sizes     */
  int8_t   *full_name;        /* Pointer to the complete name         */
  int8_t   *family_name;      /* Pointer to the family name           */
  int8_t   *style_name;       /* Pointer to the style name            */
  int8_t   *pts;              /* Pointer to field with point sizes    */
  int32_t  reserved[4];       /* Reserved, must be 0                  */
} FNTS_ITEM;

See Also: fnts_add   Font selection