.TEXT SET BX EDGE EFF
This subroutine sets the edge effect for the "current" Text Object .
Usage:
PASS <edge_effect> FIELD SHARE? N
GOSUB 0CD .TEXT SET BX EDGE EFF
* Check for error
IF 0CD .TEXT SET BX EDGE EFF NE
Description:
This subroutine sets the edge effect for the "current" Text Object. Every text object is contained in a box. This allows you to set the edge effect of the text box. This routine receives one optional value specifying one of: Raised, Depressed, or Flat.
If the parameter is not received or if the value received is blank, then the edge effect of the text object is cleared and the default edge effect will be rendered.
Also see
.TEXT SET BX EDGE CLR to set the edge color and
.TEXT SET BX EDGE W to set the edge width.
Comments:
Read what other users have said about this page or add your own comments.
--
JeanNeron - 2011-11-17