1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-19 12:11:55 +02:00

Bugtracker #4093 - typo on variable name

This commit is contained in:
e107steved 2007-09-26 19:07:54 +00:00
parent 0e485df304
commit 89358b2c77

View File

@ -163,7 +163,7 @@ function MakeFontDescriptor($fm,$symbolic)
if(isset($fm['FontBBox']))
$fbb=$fm['FontBBox'];
else
$fbb=array(0,$des-100,1000,$asc+100);
$fbb=array(0,$desc-100,1000,$asc+100);
$fd.=",'FontBBox'=>'[".$fbb[0].' '.$fbb[1].' '.$fbb[2].' '.$fbb[3]."]'";
//ItalicAngle
$ia=(isset($fm['ItalicAngle']) ? $fm['ItalicAngle'] : 0);