Home
last modified time | relevance | path

Searched refs:stringwidth (Results 1 – 15 of 15) sorted by path

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php13514 $stringwidth = $this->GetStringWidth($e);
13515 if (!isset($this->selectoption['MAXWIDTH']) || $stringwidth > $this->selectoption['MAXWIDTH']) {
13516 $this->selectoption['MAXWIDTH'] = $stringwidth;
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.field.pageno.php30 $value_width = $viewport->stringwidth($this->words[0],
60 $value_width = $driver->stringwidth($this->words[0],
H A Dbox.field.pages.php34 $value_width = $viewport->stringwidth($this->words[0],
66 $value_width = $viewport->stringwidth($this->words[0],
H A Dbox.img.php209 $this->get_left() + $this->width/2 - $driver->stringwidth($this->alt,
H A Dbox.text.php45 …$subword_wrappable_width = $base_width + $driver->stringwidth(substr($this->words[$subword_index],…
49 $subword_full_width = $subword_wrappable_width + $driver->stringwidth('-',
398 $current_width = $driver->stringwidth($this->words[$i],
424 $this->_widths[] = $driver->stringwidth($this->words[$i]{$j},
H A Dfont.class.php43 function stringwidth($string) { function in Font
H A Doutput._interface.class.php70 function stringwidth($string, $name, $encoding, $size) { } function in OutputDriver
H A Doutput.fastps.class.php284 $width = Font::points($this->fontsize, $this->currentfont->stringwidth($text));
290 function stringwidth($string, $name, $encoding, $size) { function in OutputDriverFastPS
299 return Font::points($size, $font->stringwidth($string));
H A Doutput.fpdf.class.php380 function stringwidth($string, $name, $encoding, $size) { function in OutputDriverFPDF
H A Doutput.pcl.class.php288 function stringwidth($string, $name, $encoding, $size) { } function in OutputDriverPCL
H A Doutput.pdflib.class.php410 function stringwidth($string, $name, $encoding, $size) { function in OutputDriverPdflib
H A Doutput.png.class.php528 function stringwidth($string, $name, $encoding, $size) { function in OutputDriverPNG
530 return Font::points($size, $font->stringwidth($string))*1.25;
/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dtest.css.margin.boxes.php59 … $expected_width = $pipeline->output_driver->stringwidth('TEXT', 'Times-Roman', 'iso-8859-1', 12);
H A Dtest.table.column.width.php16 …$real_width = max($pipeline->output_driver->stringwidth('LARGE', 'Times-Roman', 'iso-8859-1', pt2p…
H A Dtest.width.absolute.positioned.php16 …$pipeline->output_driver->stringwidth('No positioning data at all', 'Times-Roman', 'iso-8859-1', $…
21 … $pipeline->output_driver->stringwidth('Left', 'Times-Roman', 'iso-8859-1', $base),
46 … $pipeline->output_driver->stringwidth('Right', 'Times-Roman', 'iso-8859-1', $base),