Home
last modified time | relevance | path

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

/plugin/html2pdf/html2pdf/html2ps/
H A Doutput.fastps.class.php76 $this->_write_document_prolog($manager->get_ps_encoding_vector($encoding));
77 $this->_write_document_prolog("\n");
84 $this->_write_document_prolog("/$fontname /$name $encoding findfont-enc def\n");
314 function _write_document_prolog($string) { function in OutputDriverFastPS