GPR_$INQ_TEXT GPR Calls GPR_$INQ_TEXT
NAME
gpr_$inq_text - returns the text font and text path.
FORMAT
gpr_$inq_text (font_id, direction, status)
DESCRIPTION
This routine returns the text font and text path used for the current
bitmap.
Output Parameters
font_id
Identifier of the text font used for the current bitmap. This is a
2-byte integer.
direction
The direction of movement from one text character position to the
next in the current bitmap, in gpr_$direction_t format. This is a
2-byte integer. One of the following predefined values is returned:
gpr_$up
gpr_$down
gpr_$left
gpr_$right
status
Completion status, in status_$t format.
SEE ALSO
gpr_$set_text_font, gpr_$set_text_path.