Searched refs:subword_index (Results 1 – 2 of 2) sorted by relevance
/plugin/html2pdf/html2pdf/html2ps/ |
H A D | box.text.php | 39 function _make_wrappable(&$driver, $base_width, $font_name, $font_size, $subword_index) { argument 40 $hyphens = $this->hyphens[$subword_index]; 45 …pable_width = $base_width + $driver->stringwidth(substr($this->words[$subword_index], 0, $subword_… 47 … $this->encodings[$subword_index], 54 …$wrappable[] = array($subword_index, $subword_wrappable_index, $subword_wrappable_width, $subword_… 103 function _get_font_name(&$viewport, $subword_index) { argument 104 if (isset($this->_cache[CACHE_TYPEFACE][$subword_index])) { 105 return $this->_cache[CACHE_TYPEFACE][$subword_index]; 115 $this->encodings[$subword_index]); 117 $this->_cache[CACHE_TYPEFACE][$subword_index] = $typeface;
|
H A D | box.img.php | 91 function _get_font_name(&$driver, $subword_index) { argument 92 if (isset($this->_cache[CACHE_TYPEFACE][$subword_index])) { 93 return $this->_cache[CACHE_TYPEFACE][$subword_index]; 104 $this->_cache[CACHE_TYPEFACE][$subword_index] = $typeface;
|