tecnickcom / TCPDF

Official clone of PHP library to generate PDF documents and barcodes
https://tcpdf.org
Other
4.18k stars 1.51k forks source link

english number to arabic number #490

Open edbertsherlo opened 2 years ago

edbertsherlo commented 2 years ago

Hi,

here I am facing an issue with numbers 4,5,6. these numbers are not converting properly as Arabic.

here is my code

$pdf->SetFont('ads', '', 40); $pdf->Write(0, '٥');

output

i am getting blank value.