pdf-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[pdf-devel] New API method in the Text Module: pdf_text_concat_ascii


From: Aleksander Morgado
Subject: [pdf-devel] New API method in the Text Module: pdf_text_concat_ascii
Date: Sun, 18 Apr 2010 12:13:04 +0200

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]