Example #1
0
 function _encode()
 {
     $font = $this->getFont();
     $this->data["numOfLongHorMetrics"] = count($font->getSubset());
     return parent::_encode();
 }
Example #2
0
 function _encode()
 {
     $font = $this->getFont();
     $this->data["numGlyphs"] = count($font->getSubset());
     return parent::_encode();
 }