Fpdf/tFPDF.php
authorAlan Knowles <alan@roojs.com>
Thu, 23 Mar 2017 06:41:08 +0000 (14:41 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 23 Mar 2017 06:41:08 +0000 (14:41 +0800)
Fpdf/tFPDF.php

index 5548638..e3b9694 100644 (file)
@@ -635,7 +635,7 @@ function SetFont($family, $style='', $size=0)
                        $this->fonts[$fontkey]=array('i'=>$i, 'type'=>'core', 'name'=>$name, 'up'=>-100, 'ut'=>50, 'cw'=>$cw);
                }
                else
-                       $this->Error('Undefined font: '.$family.' '.$style);
+                       $this->Error('Undefined font aa: '.$family.' '.$style);
        }
        //Select it
        $this->FontFamily=$family;