: text
Display a string of text. DCL Text Tile
This text tile displays a string of text. Use the text tile together with the concatenation and paragraph clusters to create horizontal and vertical stacks of text, respectively.
NOTE Most tiles have their own title (via the label attribute), so this function is rarely used.
Valid Attributes
: text {
alignment = position;
fixed_height = flag;
fixed_width = flag;
height = number;
is_bold = flag;
key = "string";
label = "string";
value = "string";
width = number;
}
Example
: text {
key = "T12";
label = "How to use progeCAD:";
}
Related DCL Tiles