This is yet another request for the Text Module, to implement a new API method quite useful when playing with text objects. Explained below, and comments are welcome!
---- http://www.gnupdf.org/flyspray/index.php?do=details&task_id=117 New method in the Text Module, to append (concatenate) an ASCII string to a given pdf_text_t. Could use same approach as pdf_text_concat, so the API could be: pdf_status_t pdf_text_concat_ascii (pdf_text_t text, const pdf_char_t *ascii_str); This method would concatenate in the `text' variable the ASCII string available in `ascii_str'. -- Aleksander
