0

tdpdf Tamil Unicode printing issue:
Trying multiple Unicode fonts like freesans, freeserif, latha.
But the Tamil word மரபு wrongly print as மரபீ (Marabu as Marabee).

$x=5;
$pdf->SetFont('latha', 'N', 10);
$pdf->SetFont('freesans', 'N', 10);
$pdf->SetFont('freeserif', 'N', 10);
$pdf->MultiCell(170,4, 'தமிழர் மரபு','R','L',0,0,$x+30,$y,true,0,false,false,0,'M',false);

Print as தமிழர் மரபீ instead of தமிழர் மரபு

JosefZ
  • 28,460
  • 5
  • 44
  • 83
  • Please clarify your specific problem or provide additional details to highlight exactly what you need. As it's currently written, it's hard to tell exactly what you're asking. – Community Aug 11 '23 at 08:26

0 Answers0