예제 #1
0
파일: Type0.php 프로젝트: Cryde/sydney-core
 /**
  * Returns the width of the glyph.
  *
  * Like {@link widthsForGlyphs()} but used for one glyph at a time.
  *
  * @param integer $glyphNumber
  * @return integer
  * @throws Zend_Pdf_Exception
  */
 public function widthForGlyph($glyphNumber)
 {
     return $this->_descendantFont->widthForChar($glyphNumber);
 }