This commit is contained in:
wangjinlei
2022-02-07 09:41:28 +08:00
parent c06e183c5b
commit ddd4358f41

View File

@@ -836,7 +836,7 @@ class Reviewer extends Controller {
$ziti = ROOT_PATH . 'public' . DS . 'zhengshu' . DS . 'siyuan.ttf';
$image = \think\Image::open($template);
$image->text($journal_info['title'], $ziti, 70, '#000000', [1450, 950])
->text($reviewer_info['account'], $ziti, 60, '#000000', [1900, 1700])
->text($reviewer_info['realname']==''?$reviewer_info['account']:$reviewer_info['realname'], $ziti, 60, '#000000', [1900, 1700])
->text('awarded ' . date('d, F, Y', $article_info['rtime'] == 0 ? $article_info['ctime'] : $article_info['rtime']) . ' to', $ziti, 60, '#000000', [1600, 1500])
->text('In recognitioin of the review made for the journal', $ziti, 80, '#000000', [900, 1900])
->text('The Editors of', $ziti, 65, '#000000', [230, 2345])