Ejemplo n.º 1
0
 public final function parse()
 {
     $this->entry->startRead();
     if (false && empty($this->def)) {
         $this->_parseRaw();
     } else {
         $this->_parse();
     }
     $this->entry->endRead();
 }
 function endRead()
 {
     parent::endRead();
     $font = $this->font;
     if ($font->origF) {
         fclose($font->f);
         $font->f = $font->origF;
         $font->origF = null;
         $font->fileOffset = 0;
     }
 }