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_pairkern()vst_kern()vqt_trackkern() VDISyntaxVOID vqt_trackkern( handle, x, y )
fix31 *x, *y;
WORD handle
Function vqt_trackkern() returns the horizontal and vertical
adjustment vector for track kerning.
Opcode 234
Availability Available only with SpeedoGDOS.
Parameters handle specifies a valid workstation handle. x and y are the
horizontal and vertical adjustment vectors currently used to
modify character spacing in track kerning.
Binding contrl[0] = 234;
contrl[1] = 0;
contrl[3] = 0;
contrl[6] = handle;
vdi();
*x = ((LONG)ptsout[0] << 16 ) | ptsout[1];
*y = ((LONG)ptsout[2] << 16 ) | ptsout[2];
See Also vqt_pairkern(), vst_kern()Group VDI SpeedoGDOS