Home
last modified time | relevance | path

Searched refs:add_subword (Results 1 – 4 of 4) sorted by relevance

/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.text.string.php17 $this->add_subword($word, $encoding, array());
H A Dbox.inline.php205 $text_box->add_subword($word, $encoding, $hyphens);
212 …$text_box->add_subword($custom_char, $manager_encoding->get_current_custom_encoding_name(), $hyphe…
223 $text_box->add_subword($word, $encoding, $hyphens);
237 $text_box->add_subword($word, $encoding, $hyphens);
H A Dbox.whitespace.php8 $box->add_subword(" ", 'iso-8859-1', array());
H A Dbox.text.php122 function add_subword($raw_subword, $encoding, $hyphens) { function in TextBox
146 $box->add_subword($text, $encoding, array());