.TEXT SET BX CNR R:TL
This subroutine sets the radius of the top left corner of the "current" text box
.
Usage:
PASS <top_left_radius> FIELD SHARE? N
GOSUB 0CD .TEXT SET BX CNR R:TL
* Check for error
IF 0CD .TEXT SET BX CNR R:TL NE
Description:
This subroutine sets or resets the radius of the top left corner on a rounded edge. You must also set the corner style to Rounded via
.TEXT SET BX CNR STYLE for this subroutine to have any effect.
The parameter is optional. If specified, it must be an unsigned integer in the range 1-999. It represents the radius of the specified corner in pixels. A blank will reset the corner to the default value of 10 pixels.
You can also use
.TEXT SET BX CNR R:TR,
.TEXT SET BX CNR R:BL and
.TEXT SET BX CNR R:BR to set an individual corner radius or
.TEXT SET BX CNR R to set all the corners at once.
Comments:
Read what other users have said about this page or add your own comments.
--
JeanNeron - 2011-11-18