示例#1
0
文件: Graph.php 项目: hungnv0789/vhtm
 /**
  * Add a font. 
  * @param Font $font A representation of the font
  */
 function &addFont(& $font)
 {
     $font->_setParent($this);
     return $font;
 }