Searched refs:fontfile (Results 1 – 8 of 8) sorted by relevance
/plugin/html2pdf/html2pdf/html2ps/ |
H A D | pdf.fpdf.makefont.php | 8 function ReadTTF($fontfile, $map) { argument 9 if (!is_readable($fontfile)) { return null; }; 15 $font->open($fontfile); 399 $fontfile)); 413 if ($fontfile) { 414 $ext=strtolower(substr($fontfile,-3)); 449 if ($fontfile) { 451 if (!file_exists($fontfile)) { 456 CheckTTF($fontfile); 459 $f=fopen($fontfile,'rb'); [all …]
|
H A D | font_factory.class.php | 31 $fontfile = $g_font_resolver_pdf->ttf_mappings[$typeface]; 33 $font = FontTrueType::create($fontfile, $encoding);
|
H A D | font.class.php | 64 function create($fontfile, $encoding) { argument 66 $font->_read(TTF_FONTS_REPOSITORY.$fontfile, $encoding);
|
H A D | output.png.class.php | 128 $fontfile = $g_font_resolver_pdf->ttf_mappings[$typeface];
|
/plugin/html2pdf/html2pdf/html2ps/fpdf/font/makefont/ |
H A D | makefont.php | 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)); 396 $s.='$file=\''.basename($fontfile)."';\n"; [all …]
|
/plugin/captcha/ |
H A D | figlet.php | 61 public function loadfont($fontfile) 63 $this->fontFile = @file($fontfile); 70 loadfont($fontfile) global() argument
|
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/ |
H A 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,
|
H A D | pdfmake.min.js.map | 1 …fontfile","glyph","Length1","FontName","FontFile2","FontBBox","Flags","StemV","ItalicAngle","Ascen…
|