Searched refs:showtext (Results 1 – 1 of 1) sorted by relevance
26100 …function WriteBarcode($code, $showtext = 1, $x = '', $y = '', $size = 1, $border = 0, $paddingL = … argument26175 …if (($btype == 'EAN13' && $showtext) || $btype == 'ISSN' || $btype == 'ISBN') { // Add height for …26240 if (($btype === 'EAN13' && $showtext) || $btype === 'ISBN' || $btype === 'ISSN') {