Hi all,
I would like to share with you that I am using dompdf in wordpress.I want to add some new fonts on dompdf like riky,angelina,comic,impact etc.. I tried to add the font using the below command but no luck. I have the .ttf file of all of the mentioned font but when I tried to run the below command, system ask me to enter all 4 files files (normal,bold,italic and bolditalic) for each and every font.
load_font.php font-family n_file [b_file] [i_file] [bi_file]
I do not have all 4 files for each and evry font therefore what I do, I have renamed the same file by the name of bold,italic,bolditallic then run the commnad.This time the command executed but in that case dompdf not reading that font.
I would apprecite if anyone can tell me how can I add the above mentioned font on dompdf and also please mention what I need to do if I do not have all 4 types of .ttf files (normal,bold,italic and bolditalic) for a font.
Please help me, it very urgent for me.