| synopsis || arguments || next |
kdu_message_formatter( kdu_message * output, int max_line=79)
Java: Kdu_message_formatter( Kdu_message output, int max_line)
[Declared in "../coresys/common/kdu_messaging.h"]
Identifies the kdu_message-derived object which is to receive the formatted text, and the maximum line length to be used during formatting.
If NULL, all text will be discarded.
Max characters in a formatted line of text. The bound does not include null terminators or terminal new-line characters, but it does include any prevailing indentation, established by the use of tab characters or through calls to set_master_indent. Note that the actual maximum line length may be smaller than the bound supplied here, depending on the way in which internal resources are allocated.