Home
last modified time | relevance | path

Searched refs:afmfile (Results 1 – 2 of 2) sorted by relevance

/plugin/html2pdf/html2pdf/html2ps/fpdf/font/makefont/
H A Dmakefont.php298 function MakeFont($fontfile,$afmfile,$destdir,$destfile,$enc='cp1252',$patch=array(),$type='TrueTyp… argument
311 if(!file_exists($afmfile))
312 die('<B>Error:</B> AFM file not found: '.$afmfile);
313 $fm=ReadAFM($afmfile,$map);
350 $basename=substr(basename($afmfile),0,-4);
/plugin/html2pdf/html2pdf/html2ps/
H A Dpdf.fpdf.makefont.php386 function MakeFont($fontfile, $afmfile, $destdir, $destfile, $enc) { argument
394 $fm = ReadAFM($afmfile, $map);
398 $afmfile,
447 $basename=substr(basename($afmfile),0,-4);