Represent the color.
String get color { return _font.color; }
set color(String value) { _font.color = value; }