GPR_$INQ_HORIZONTAL_SPACING GPR Calls GPR_$INQ_HORIZONTAL_SPACING
NAME
gpr_$inq_horizontal_spacing - returns the width of spacing between char-
acters.
FORMAT
gpr_$inq_horizontal_spacing (font_id, horizontal_spacing, status)
DESCRIPTION
This routine returns the parameter for the width of spacing between
displayed characters for the specified font.
Input Parameters
font_id
Identifier of the text font. This is a 2-byte integer.
Output Parameters
horizontal_spacing
The horizontal spacing (in pixels) of the specified font. This is a
2-byte integer. Possible values are in the range -127 to 127.
status
Completion status, in status_$t format.
SEE ALSO
gpr_$set_horizontal_spacing.
NOTES
The initial width of horizontal spacing is defined in the font file.
This routine returns the horizontal spacing in the local copy of the
returns width of spacing between characters. font. Initially, this is a
copy of the font file; however, the local copy may have been changed.
Change in the local copy does not affect the font file or the use of the
font by other processes.