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-Filevqt_fontinfo()vqt_fontheader() VDISyntaxVOID vqt_fontheader( handle, buffer, pathname )
WORD *handle;
char *buffer, *pathname;
Function vqt_fontheader() returns font-specific information for the
currently selected Speedo font.
Opcode 234
Availability Available only with SpeedoGDOS.
Parameters handle specifies a valid workstation handle. buffer should
point to a buffer of at least 421 bytes into which the font
header will be copied. pathname should point to a buffer of
at least 128 bytes into which the full pathname of the
font's corresponding '.TDF' file will be copied.
Binding WORD i;
contrl[0] = 234;
contrl[1] = 0;
contrl[3] = 2;
contrl[6] = handle;
vdi();
for(i = 0; i < contrl[4]; i++)
pathname[i] = (char)intout[i];
Comments The font header format and '.TDF' file contents are
contained in Appendix G: Speedo Fonts.
See Also vqt_fontinfo()Group VDI SpeedoGDOS