Home
last modified time | relevance | path

Searched refs:add_custom_char (Results 1 – 2 of 2) sorted by path

/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.inline.php211 $custom_char = $manager_encoding->add_custom_char(utf8_to_code($char));
H A Dmanager.encoding.php56 function add_custom_char($char) { function in ManagerEncoding