HI,
OS : windows
LANGUAGE : PHP
i have some trouble to add new font in pdflib.upr
i write it :
TriplexLightLining==c:/PhPDEV/php4/pdf-related/TriplexLightLining.afm
and in my php code :
putenv("PDFLIBRESOURCE=c:/phpdev/php4/pdf-related/pdflib.upr");
...
pdf_set_font($pdf, "TriplexLightLining", 11, "host");
and the answer is :
Fatal error: PDFlib error: Unknown encoding '0' in c:\phpdev\www\w_test\pdf\testple.php on line 13
WHY ??
WANT CAN I DO??
thanks for your help.
PASCALL