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