class TK_CTEXT_CFG
****
Canvas text configuration (not to be confused with a text widget's configuration)




Public


Readable Attributes
attr anchor: TK_ANCHOR;

Writable Attributes
attr anchor: TK_ANCHOR;

Features
anchor(val:TK_ANCHOR): SAME
create: SAME
fill(color: STR)
fill(color: STR): SAME
font(f: STR)
font(f: STR): SAME
justify_center
justify_center: SAME
justify_left
**** Default
justify_left: SAME
justify_right
****
justify_right: SAME
std: SAME
str: STR
width(sz: FLT)
width(sz: FLT): SAME


Private

attr text_color,font_name,justify,text_width: STR;
attr text_color,font_name,justify,text_width: STR;
attr text_color,font_name,justify,text_width: STR;
attr text_color,font_name,justify,text_width: STR;
pair(nm:STR,val: FLT): STR .. Included as pair
pair(nm:STR,val: STR): STR .. Included as pair
pair(nm: STR,val: TK_ANCHOR): STR .. Included as pair
attr text_color,font_name,justify,text_width: STR;
attr text_color,font_name,justify,text_width: STR;
attr text_color,font_name,justify,text_width: STR;
attr text_color,font_name,justify,text_width: STR;

The Sather Home Page