Lines Matching defs:value

654 	var $shrink_this_table_to_fit; // 0 or false to disable; value (if set) gives maximum factor to reduce fontsize
1833 function AddCustomProperty($key, $value)
1835 $this->customProperties[$key] = $value;
1890 // alpha: real value from 0 (transparent) to 1 (opaque)
2809 $ohvalue = (isset($a['ohvalue']) ? $a['ohvalue'] : (isset($a['odd-header-value']) ? $a['odd-header-value'] : 0));
2810 $ehvalue = (isset($a['ehvalue']) ? $a['ehvalue'] : (isset($a['even-header-value']) ? $a['even-header-value'] : 0));
2811 $ofvalue = (isset($a['ofvalue']) ? $a['ofvalue'] : (isset($a['odd-footer-value']) ? $a['odd-footer-value'] : 0));
2812 $efvalue = (isset($a['efvalue']) ? $a['efvalue'] : (isset($a['even-footer-value']) ? $a['even-footer-value'] : 0));
3693 // Kashida is set as an absolute length value (already set as a proportion based on useKashida %)
4659 // $useKashida is a % value from CurrentFont/config_fonts.php
4798 // COLUMNS Update/overwrite the lowest bottom of printing y value for a column
5493 // Kashida is set as an absolute length value, but to adjust text needs to be converted to
5533 if ($XshiftBefore) { // +ve value in PDF moves to the left
8809 throw new \Mpdf\MpdfException("Text rendering mode should be 0, 1 or 2 (value : $mode)");
9355 // Line feed; default value is last cell height
10260 // strlen()>0 is used to pick up (integer) 0, (string) '0', or set value
11010 // Set a (fixed) lineheight to an actual value - either to named fontsize(pts) or default
11076 // Could depend on value for $text_height - a draft CSS value as set above for now
11085 // If an inline element has a font-size less than the block element, and the line-height is set as an em or % value
11459 // Fix path value
15779 // If Kerning set for OTL, and useOTL has positive value, but has not set for this particular script,
15842 // If Kerning set for OTL, and useOTL has positive value, but has not set for this particular script,
17239 $sh['blur'] = abs($sh['blur']); // cannot have negative blur value
17241 // Could do more complex things but this just adjusts spread value
18375 // Computed value - to inherit
18592 case 'FONT-WEIGHT': // normal bold // Does not support: bolder, lighter, 100..900(step value=100)
23410 $toc_ohvalue = (isset($a['toc_ohvalue']) ? $a['toc_ohvalue'] : (isset($a['toc-odd-header-value']) ? $a['toc-odd-header-value'] : 0));
23411 $toc_ehvalue = (isset($a['toc_ehvalue']) ? $a['toc_ehvalue'] : (isset($a['toc-even-header-value']) ? $a['toc-even-header-value'] : 0));
23412 $toc_ofvalue = (isset($a['toc_ofvalue']) ? $a['toc_ofvalue'] : (isset($a['toc-odd-footer-value']) ? $a['toc-odd-footer-value'] : 0));
23413 $toc_efvalue = (isset($a['toc_efvalue']) ? $a['toc_efvalue'] : (isset($a['toc-even-footer-value']) ? $a['toc-even-footer-value'] : 0));
23431 $ohvalue = (isset($a['ohvalue']) ? $a['ohvalue'] : (isset($a['odd-header-value']) ? $a['odd-header-value'] : 0));
23432 $ehvalue = (isset($a['ehvalue']) ? $a['ehvalue'] : (isset($a['even-header-value']) ? $a['even-header-value'] : 0));
23433 $ofvalue = (isset($a['ofvalue']) ? $a['ofvalue'] : (isset($a['odd-footer-value']) ? $a['odd-footer-value'] : 0));
23434 $efvalue = (isset($a['efvalue']) ? $a['efvalue'] : (isset($a['even-footer-value']) ? $a['even-footer-value'] : 0));
24428 // Calculate adjustment to add to each column to calculate rel_y value
24439 // Calculate value for each position sensitive entry as though for one column
24506 // Now update the columns - divide into columns of approximately equal value
24620 $this->PageLinks[$this->page][$ref][1] -= ($yadj * Mpdf::SCALE); // y value
24735 $this->PageLinks[$this->page][$ref][1] -= ($yadj * Mpdf::SCALE); // y value