Fixed typo in variable name
This commit is contained in:
parent
e1a8fb9ceb
commit
be06ca56e3
@ -163,7 +163,7 @@ function MakeFontDescriptor($fm,$symbolic)
|
|||||||
if(isset($fm['FontBBox']))
|
if(isset($fm['FontBBox']))
|
||||||
$fbb=$fm['FontBBox'];
|
$fbb=$fm['FontBBox'];
|
||||||
else
|
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]."]'";
|
$fd.=",'FontBBox'=>'[".$fbb[0].' '.$fbb[1].' '.$fbb[2].' '.$fbb[3]."]'";
|
||||||
//ItalicAngle
|
//ItalicAngle
|
||||||
$ia=(isset($fm['ItalicAngle']) ? $fm['ItalicAngle'] : 0);
|
$ia=(isset($fm['ItalicAngle']) ? $fm['ItalicAngle'] : 0);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user