/**
  * Get the font size.  This is global info.
  * @returns int 
  */
 public function getFontSize()
 {
     return parent::getFontSize();
 }