Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DMpdf.php26100 …function WriteBarcode($code, $showtext = 1, $x = '', $y = '', $size = 1, $border = 0, $paddingL = … argument
26175 …if (($btype == 'EAN13' && $showtext) || $btype == 'ISSN' || $btype == 'ISBN') { // Add height for …
26240 if (($btype === 'EAN13' && $showtext) || $btype === 'ISBN' || $btype === 'ISSN') {