[Contents] [Index] [Books]

CoCreate OneSpace Designer - Commands Reference Manual


CF_LABEL_SETTINGS terminate action

CF_LABEL_SETTINGS provides methods to change the display properties of a label.

Syntax


                             +-----------<-------------------------------+
                             |                                           |
 (T) (CF_LABEL_SETTINGS)---->+--->(:LABELS)------->|custom-feature|------+
                                                                         |
                +<-------------------------------------------------------+
                |                                                        ^
                +--->(:FONTNAME)----------+----->|pick font|-----------+-^
                +--->(:SIZE)--------------+----->|length|--------------+-^
                +--->(:FRAME_TYPE)--------+----->(:OFF or :BOX)--------+-^
                |                                                        ^
                +--->(:TEXT_DISP_MODE)----+----->(:IN-PLANE)-----------+-^
                |                         +----->(:IN-VIEW)------------+-^
                |                                                        ^
                +--->(:FILL)--------------+----->(:ON or :OFF)---------+-^
                +--->(:COLOR)-------------+----->|GET_RGB_COLOR_SA|----+-^
                |                                                        ^
                +--->(:ARROW_SIZE)--------+----->|length|--------------+-^
                |                                                        ^
                +--->(:ANCHOR_PT)---------+----->(:UL)------+----------+-^
                |                         +----->(:ML)------+            ^
                |                         +----->(:LL)------+            ^
                |                                                        ^
                +--->(:ARROW_TYPE)--------+----->(:NONE)-----+---------+-^
                |                         +----->(:ARROW)----+           ^
                |                         +----->(:DOT)------+           ^
                |                         +----->(:SLASH)----+           ^
                |                         +----->(:TRIANGLE)-+           ^
                |                         +----->(:JIS)------+           ^
                |                                                        ^
                +--->(:ARROW_FILL)--------+----->(:ON)------+----------+-^
                |                         +----->(:OFF)-----+            ^
                |                                                        ^
                |                                                        ^
                +--->(:LINE_DIST)---------+----->|length|--------------+-^
                +--->(:BORDER_WIDTH_LEFT)-+----->|length|--------------+-^
                +--->(:BORDER_WIDTH_RIGHT)+----->|length|--------------+-^
                +--->(:BORDER_WIDTH_UPPER)+----->|length|--------------+-^
                +--->(:BORDER_WIDTH_LOWER)+----->|length|--------------+-^
                +--->(:LEADER_LENGTH)-----+----->|length|--------------+-^
                +--->(:BASE_LENGTH)-------+----->|length|--------------+-^
                +--->(:GAP_EL_TO_ELEM)----+----->|length|--------------+-^
                +--->(:GAP_DL_TO_BOX)-----+----->|length|--------------+-^

Options

When to use

Use this command to modify the parameters governing the appearance and orientation of existing labels.

Example

The following parameter sequence sets a new text size and an even border around the label text:

CF_LABEL_SETTINGS [select label] :SIZE 4 :BORDER_WIDTH_LEFT 2 :BORDER_WIDTH_RIGHT 2 :BORDER_WIDTH_UPPER 2 :BORDER_WIDTH_LOWER 2

See also

GET_RGB_COLOR_SA subaction COPY_CUSTOM_FEATURE terminate action CREATE_CUSTOM_FEATURE terminate action CUST_FEAT_HIGHLIGHT terminate action CUST_FEAT_SHOW terminate action GEN_CUST_FEAT_REPORT terminate action LABEL_CHANGE_REF_POS terminate action LABEL_MOVE_REF_POS terminate action LABEL_MOVE_TEXT terminate action
[Contents] [Index] [Books]