TEXHEIGHT

Specifies the character height of the text string
Operating state: GKOP, SGOP, WSAC, WSOP
Default: 1. HTEXT= graphics option, if specified; 2. 1 unit

Syntax

return-code-variable=GSET('TEXHEIGHT', height);

Required Argument

height
numeric constant or numeric variable name; indicates height in units based on the current window system; must be greater than 0.

Return Codes

This function returns:

Details

The GSET('TEXHEIGHT', . . . ) function sets the height for text. GSET('TEXHEIGHT', . . . ) affects text the same way as the HTEXT= graphics option.