| @@ -33,10 +33,10 @@ | ||
| 33 | 33 | |
| 34 | 34 | |
| 35 | 35 | $mqr=ini_get("magic_quotes_runtime"); |
| 36 | 36 | if ($mqr) { set_magic_quotes_runtime(0); } |
| 37 | -if (!class_exists('TTFontFile_Analysis', false)) { include(_MPDF_PATH .'classes/ttfontsuni_analysis.php'); } | |
| 38 | -$ttf = new TTFontFile_Analysis(); | |
| 37 | +if (!class_exists('TTFontFile', false)) { include(_MPDF_PATH .'classes/ttfontsuni.php'); } | |
| 38 | +$ttf = new TTFontFile(); | |
| 39 | 39 | |
| 40 | 40 | $ff = scandir($ttfdir); |
| 41 | 41 | |
| 42 | 42 | echo '<h3>Font collection files found in '.$ttfdir.' directory</h3>'; |