/**
  * Get the encoding information for the font. This is global info
  *@returns I2CE_Encoding
  */
 public function getEncoding()
 {
     return parent::getEncoding();
 }