質問編集履歴

1

誤字

2017/04/03 16:39

投稿

yopppppy
yopppppy

スコア10

test CHANGED
File without changes
test CHANGED
@@ -48,11 +48,11 @@
48
48
 
49
49
  $pdf->AddPage();
50
50
 
51
- $index = $pdf->importPage(h(1));
51
+ $index = $pdf->importPage(1);
52
52
 
53
53
  $pdf->useTemplate($index, 0, 0);
54
54
 
55
- //日本語のフォント
55
+ //日本語のフォント
56
56
 
57
57
  $pdf->SetFont('kozminproregular','',12);
58
58