phoenix::Label

A multi-line label control that is vertically centered (to simplify layout sizing.)

struct Label : Widget {
  void setText(const string &text);
};