•  Back 
  •  Control functions 
  •  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-File7.10.47  vst_load_fonts                                            TOS

 Name:         »Load fonts«

 Opcode:       119

 Syntax:       int16_t vst_load_fonts ( int16_t handle, int16_t select 
               );

 Description:  The call vst_load_fonts loads further font information 
               from disk into memory for the workstation with the ID 
               handle; the fonts have to be listed in the ASSIGN.SYS 
               file.

                Parameter  Meaning

                handle     Workstation identifier
                select     Reserved for future use = 0

               Note: Before you call vst_load_fonts, call vq_gdos and 
               make sure that the VDI can load additional fonts.

 Return value: This will be the number of additional fonts loaded. If 
               the function is called more than once before using 
               vst_unload_fonts, the return will be 0.

 Availability: Available with any form of GDOS.

 Group:        Control functions

 See Also:     Binding   vst_unload_fonts   vst_font   vqt_name 
               ASSIGN.SYS file   GDOS