I created a new PDF Report app and I want to add new font with
…
sc_pdf_add_font (‘AngsanaNew’,’’,‘angsa.php’);
sc_pdf_add_font (‘AngsanaNew’,‘B’,‘angsab.php’);
sc_pdf_set_font (‘AngsanaNew’,’’,12);
…
When I generate the code, I got “FPDF error: Could not include font definition file”.
I have the font definition file “angsa.php” and “angsab.php”. Where do I have to put the font file? I currently put is …\scriptcase\prod hird\fpdf\font.
Any help/suggestion is much appreciated.
Capecode