예제 #1
0
파일: hhea.php 프로젝트: akivaron/toko
 function _encode()
 {
     $font = $this->getFont();
     $this->data["numOfLongHorMetrics"] = count($font->getSubset());
     return parent::_encode();
 }
예제 #2
0
파일: maxp.php 프로젝트: akivaron/toko
 function _encode()
 {
     $font = $this->getFont();
     $this->data["numGlyphs"] = count($font->getSubset());
     return parent::_encode();
 }