Gets font name.
String get fontName { return _font.name; }
Sets font name.
set fontName(String value) { _font.name = value; }