COL_FONT | Select a font size and face for the next text element | col_font(cx,12,'Tahoma'); |
COL_STYLE | Choose a font style for the next text element (Bold,Italic) | col_style(cx,''); |
COL_BREAK | Add a line break | col_break(cx); |
COL_BLANK | Add a number of blank lines | col_blank(cx,2); |
COL_HEIGHT | Get height of composed column | h:=col_height(cx); |
COL_COUNT | Get the number of lines in the composed column | ln:=col_count(cx); |
COL_LEADING | Add intra-line spacing | col_leading(cx,3); |