.TEXT SET BX SZ:H
This subroutine sets the height of the "current" Text Object .
Usage:
PASS <txt_bx_height> FIELD SHARE? N
GOSUB 0CD .TEXT SET BX SZ:H
* Check for error
IF 0CD .TEXT SET BX SZ:H NE
Description:
This subroutine sets the height of the "current" Text Object.
The parameter is optional, if blank or not passed it will be reset to the default value. If passed, the value must be between 0 and 99999, and represents the height in pixels.
See
.TEXT SET BX SZ:W to set the width or
.TEXT SET BX SZ to set both the height and width.
Comments:
Read what other users have said about this page or add your own comments.
--
JeanNeron - 2011-11-18