[dev] PDF &_getFontFile

Duck duck at obala.net
Sat Jun 12 12:11:55 PDT 2004


In PDF class the "_getFontFile" method reads the fontfile from the wrong 
location. It should be 
$file = 'Horde/PDF/fonts/' . strtolower($fontkey) . '.php';
instead of
$file = 'Horde/PDF/' . strtolower($fontkey) . '.php';

Duck


More information about the dev mailing list