R__ATTR_CLASS(RAttrText, "text_", AddDouble("size", 12.).AddDouble("angle", 0.).AddInt("align", 22).AddInt("font", 41).AddDefaults(fColor))
RAttrText & SetAlign(int align)
The text alignment.
RAttrText & SetAngle(double angle)
The text angle.
RAttrText & SetColor(const RColor &color)
The color of the text.
RAttrText & SetSize(double width)
The text size.
RAttrColor fColor
! text color, will access container from text attributes
RAttrText & SetFont(int font)
The text font.