•  Back 
  •  VDI Workstation 
  •  Index 
  •  Tree View 
  •  Cross references 
  •  %About 
  •  Show info about hypertext 
  •  View a new file 
Topic       : The ATARI Compendium
Author      : Scott Sanders / JAY Software
Version     : 1.25 (20/6/2003)
Subject     : Documentation
Nodes       : 1117
Index Size  : 32614
HCP-Version : 6
Compiled on : Atari
@charset    : UTF-8
@lang       : en
@default    : 
@help       : %About
@options    : +g -i -t4 +y +z
@width      : 100
View Ref-Filevst_unload_fonts()
vqt_name()
vst_load_fonts()                                                        VDI

Syntax

WORD vst_load_fonts( handle, rsrvd )
WORD handle, rsrvd;

Function      vst_load_fonts() loads disk-based font information into
              memory.

Opcode        119

Availability  Available with any form of GDOS.

Parameters    handle specifies a valid workstation handle. rsrvd is
              currently unused and must be 0.

Binding       contrl[0] = 119;
              contrl[1] = 0;
              contrl[3] = 1;
              contrl[6] = handle;

              intin[0] = rsrvd;

              vdi();
              return intout[0]

Return Value  vst_load_fonts() returns the number of extra fonts loaded.

Comments      Calling this function more than once before calling
              vst_unload_fonts() will return 0.

See Also      vst_unload_fonts(), vqt_name()

Group         VDI Workstation