Get Font Size
int? get fontSize { return _fontSize; }
Set Font Size
set fontSize(int? _fs) { _fontSize = _fs; }