Lines Matching refs:word

4619 			// Reset word
4626 // Save from last word
4631 // Reset word
4652 // Save from last word
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
5770 if ($mode == 'MBTw') { // Multibyte requiring word spacing
6002 if ($sep == -1) { // Only one word
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
8050 // 2) Automatic hyphen in current word (does not cross tags)
8053 // Look back and ahead to get current word
8095 // 4) Break at U+200B in current word (Khmer, Lao & Thai Invisible word boundary, and Tibetan)
8104 // Look back to get first part of current word
8394 // if it's justified, we need to find the char/word spacing (or if hanger $this->CJKforceend)
19133 // If overflow==wrap ($checkletter) OR (No word breaks and contains CJK)
19154 // so don't have to split OTLdata for each word
19175 preg_match_all('/(\xe2\x80\x8b| )/', $line, $spaces, PREG_OFFSET_CAPTURE); // U+200B Zero Width word boundary, or space
19177 $k = -1; // Added so that if no spaces found, "last word" later is calculated for the one and only word
19194 $k++; // last word
19206 $words = preg_split('/(\xe2\x80\x8b| )/', $line); // U+200B Zero Width word boundary, or space
19207 foreach ($words as $k => $word) {
19208 $word = trim($word);
19209 $wordwidth = $this->GetStringWidth($word, false, false, $chunk[8]); // Pass $textvar ($chunk[8]), but do OTLdata here
19210 // so don't have to split OTLdata for each word
19246 // mPDF 6 Accumulated length of biggest word - across multiple chunks
19275 // Return -(wordsize) if word is bigger than maxwidth
19723 // Check if minimum width of the whole column is big enough for largest word to fit
20389 // ++ extra parameter forces wrap to break word