Topic: Use custom fonts
Hello,
I want to ask how to add new font to the report?
I want to display arabic character and I have downloaded necessary file from TCPDF github: aealarabiya.php, aealarabiya.ctg.z, and aealarabiya.z. I put it in the reporting/fonts folder.
I add:
$rep->AddFont('aealarabiya');
$rep->SetFont('aealarabiya');
Still the output PDF doesn't output any character. Just broken symbol.