本文整理汇总了PHP中PDF_AutoPrint::SetThaiFont方法的典型用法代码示例。如果您正苦于以下问题:PHP PDF_AutoPrint::SetThaiFont方法的具体用法?PHP PDF_AutoPrint::SetThaiFont怎么用?PHP PDF_AutoPrint::SetThaiFont使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在类PDF_AutoPrint
的用法示例。
在下文中一共展示了PDF_AutoPrint::SetThaiFont方法的2个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1: array
':no_card' => $no_card,
':hn' => $cHn
);
$db->update($sql, $data);
$sql = "SELECT `hn`,`idcard`,`yot`,`name`,`surname`,`ptright`,`dbirth`,`no_card`
FROM `opcard`
WHERE `hn` LIKE :hn_patient ";
$data = array(':hn_patient' => $cHn);
$db->select($sql, $data);
$item = $db->get_item();
$pdf = new PDF_AutoPrint("P",'mm', "A4");
$pdf->SetThaiFont(); // à«çµ¿Í¹µì
$pdf->SetAutoPageBreak(false, 0);
$pdf->SetMargins(0, 0);
$pdf->SetTopMargin(2);
$pdf->AddPage();
$pdf->SetFont('THSarabun'); // àÃÕ¡ãªé§Ò¹¿Í¹µì·ÕèàµÃÕÂÁäÇé
$pdf->SetFontSize(17);
$pdf->SetXY(185, 7);
$pdf->Cell(10, 6, $item['no_card'],0,1);
$pdf->SetXY(45, 19);
$pdf->Cell(40, 6, $item['hn'],0,1);
$pdf->SetXY(110, 19);
示例2: date
$this->SetXY(8, 235);
$this->Cell(45, 7, '�����¢ͧ', 0, 1, 'C');
$this->SetXY(58, 235);
$this->Cell(32, 7, '�ѹ �� ��', 0, 1, 'C');
$this->SetXY(94, 235);
$this->Cell(45, 7, '����Ѻ�ͧ', 0, 1, 'C');
$this->SetXY(144, 235);
$this->Cell(32, 7, '�ѹ �� ��', 0, 1, 'C');
}
}
$m = date('m');
if (!isset($date_serve)) {
$date_serve = date('d') . ' ' . $def_fullm_th[$m] . ' ' . (date('Y') + 543);
}
$pdf = new PDF_AutoPrint("P", 'mm', "A4");
$pdf->SetThaiFont();
// �絿��
$pdf->SetAutoPageBreak(true, 0);
$pdf->SetMargins(8, 4);
$pdf->AddPage();
$pdf->SetFont('THSarabun', '', 15);
$max_row = 34;
// �ӹǹ�ǵ��˹��˹�ҡ�д��
$y_start = 59;
$line_height = 7.5;
// �Ҩӹǹ����ͧ���ҧ
$item_rows = count($full_items);
$full_rows = ceil($item_rows / $max_row) * $max_row;
$row_i = 0;
$line_num = 0;
// �Ѻ�ӹǹ�Ǣͧ column ������Т��