|
|
@@ -1932,8 +1932,7 @@ ORDER;
|
|
|
$pdf->setFontSubsetting(true);
|
|
|
$pdf->AddPage();
|
|
|
// 设置字体
|
|
|
-// $pdf->SetFont('stsongstdlight', '', 10, '', true);
|
|
|
- $pdf->SetFont('宋体', '', 10, '', true);
|
|
|
+ $pdf->SetFont('stsongstdlight', '', 10, '', true);
|
|
|
// $image_file = \Yii::$app->basePath . '/../ngds-logo.jpg';
|
|
|
// $image = file_get_contents($image_file);
|
|
|
// $pdf->Image('@' . $image, 15, 12, 20, 7, 'JPG');
|