|
Posted by Sonnich on 12/18/77 11:51
hi all!
I use ezPDF like this
$pdf = new Cezpdf('a4','potrait');
$tmp = array(
'b'=>'Courier-Bold.AFM',
'i'=>'Courier-Oblique.AFM',
'bi'=>'Courier-BoldOblique.AFM',
'ib'=>'Courier-BoldOblique.AFM',
'bb'=>'Times-Roman.afm' );
$pdf->setFontFamily('Courier.AFM',$tmp);
$codeFont = 'fonts/Courier.AFM';
$pdf->selectFont($codeFont);
$pdf->addText(.....
The problem is that I cannot change the font, it remains to be
Helvetica... the fonts folder is present, moving the files and checking
whether they are corrupt does not change anything.
Can anyone explain?
Or send their way of doing this?
->Secondly, where do I get a newer version of ezPDF, I have 0.9 for
now.
BR
Sonnich
[Back to original message]
|