Gets bold.
bool get bold { return _font.bold; }
Sets bold.
set bold(bool value) { _font.bold = value; }