コード例 #1
0
ファイル: Document.php プロジェクト: zhangxiaoliu/PHPPdf
 public function createGraphicsContext($size, $encoding)
 {
     return $this->engine->createGraphicsContext($size, $encoding);
 }