how to switches to check or use which font either tradi or simplified when the user input ? For example, if the user enter traditional font and my system set as simplified , sometimes it will show simplified font, some will gone missing not showing in PDF. Is there any method to use both together or case switches? Your help will be much appreciated :). Thank you.
$pdf->SetFont('fangzhentraditional', '', 13,'',false);
$pdf->SetFont('fangzhensimplified', '', 13,'',false);
$pdf->Output('','S');