Searched refs:fontfile (Results 1 – 8 of 8) sorted by relevance
/plugin/html2pdf/html2pdf/html2ps/ |
D | pdf.fpdf.makefont.php | 8 function ReadTTF($fontfile, $map) { argument 9 if (!is_readable($fontfile)) { return null; }; 15 $font->open($fontfile); 386 function MakeFont($fontfile, $afmfile, $destdir, $destfile, $enc) { argument 399 $fontfile)); 401 $fm = ReadTTF($fontfile, $manager->get_encoding_vector($enc)); 404 die(sprintf("Cannot get font metrics for '%s'", $fontfile)); 413 if ($fontfile) { 414 $ext=strtolower(substr($fontfile,-3)); 449 if ($fontfile) { [all …]
|
D | font_factory.class.php | 31 $fontfile = $g_font_resolver_pdf->ttf_mappings[$typeface]; 33 $font = FontTrueType::create($fontfile, $encoding);
|
D | font.class.php | 64 function create($fontfile, $encoding) { argument 66 $font->_read(TTF_FONTS_REPOSITORY.$fontfile, $encoding);
|
D | output.png.class.php | 128 $fontfile = $g_font_resolver_pdf->ttf_mappings[$typeface];
|
/plugin/html2pdf/html2pdf/html2ps/fpdf/font/makefont/ |
D | makefont.php | 298 function MakeFont($fontfile,$afmfile,$destdir,$destfile,$enc='cp1252',$patch=array(),$type='TrueTyp… argument 320 if($fontfile) 322 $ext=strtolower(substr($fontfile,-3)); 351 if($fontfile) 354 if(!file_exists($fontfile)) 355 die('<B>Error:</B> font file not found: '.$fontfile); 357 CheckTTF($fontfile); 358 $f=fopen($fontfile,'rb'); 360 die('<B>Error:</B> Can\'t open '.$fontfile); 361 $file=fread($f,filesize($fontfile)); [all …]
|
/plugin/captcha/ |
D | figlet.php | 61 public function loadfont($fontfile) argument 63 $this->fontFile = @file($fontfile);
|
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/ |
D | pdfmake.js | 29258 var charWidths, cmap, code, data, descriptor, firstChar, fontfile, glyph; 29260 fontfile = this.document.ref(); 29261 fontfile.write(data); 29262 fontfile.data.Length1 = fontfile.uncompressedLength; 29263 fontfile.end(); 29267 FontFile2: fontfile,
|
D | pdfmake.min.js.map | 1 …fontfile","glyph","Length1","FontName","FontFile2","FontBBox","Flags","StemV","ItalicAngle","Ascen…
|