Lines Matching refs:spacing

531 	var $ws; // Word spacing
4660 // % ratio divided between word-spacing and kashida-spacing
4669 // If not just leave to adjust word-spacing
4691 } // Only word spacing allowed / possible
5199 // Output text word by word with an adjustment to the intercharacter spacing for SPACEs to form word spacing
5200 // IF multibyte - Tw has no effect - need to do word spacing using an adjustment before each space
5499 if ($c == 32) { // word spacing
5503 if (substr($OTLdata['group'], ($i + 1), 1) != 'M') { // Don't add inter-character spacing before Marks
5514 } // Character & Word spacing - if NOT OTL
5770 if ($mode == 'MBTw') { // Multibyte requiring word spacing
6037 // JUSTIFY J using Unicode fonts (Word spacing doesn't work)
6151 // JUSTIFY J using Unicode fonts (Word spacing doesn't work)
6694 // PADDING and BORDER spacing/fill
6763 $nb_carac ++; // mPDF 6 allow spacing for inline object
6814 // if it's justified, we need to find the char/word spacing (or if orphans have allowed length of line to go over the maxwidth)
6838 // Check if will fit at word/char spacing of previous line - if so continue it
7051 // PADDING and BORDER spacing/fill
8394 // if it's justified, we need to find the char/word spacing (or if hanger $this->CJKforceend)
8396 // JUSTIFY J (Use character spacing)
8412 } // mPDF 6 allow spacing for inline object
8414 // GetJSpacing adds kashida spacing to GPOSinfo if appropriate for Font
8495 // TOP PADDING and BORDER spacing/fill
8584 // StringWidth this time includes any kashida spacing
14039 $css .= 'letter-spacing: ' . strtolower($p['LETTER-SPACING']) . '; ';
16058 if (isset($vetor[15])) { // Word spacing
16064 if (isset($vetor[14])) { // Letter spacing
19116 if (isset($chunk[15])) { // Word spacing
19122 if (isset($chunk[14])) { // Letter spacing
20590 // Intentionally do not substract border-spacing
22166 // Move down to account for border-spacing or
22394 // Move down to account for half of top border-spacing or
27292 function Thumbnail($file, $npr = 3, $spacing = 10)
27295 $w = (($this->pgwidth + $spacing) / $npr) - $spacing;
27320 if (($y + $h + $spacing + $maxh) > $this->PageBreakTrigger && $n != $pagecount) {
27325 $y += $h + $spacing;
27330 $x += $w + $spacing;