PostScriptSetText
| Syntax | ||
int PostScriptSetText(struct PostScript *ptr, int (*text)(char *,int,void *),void *data); | ||
| Header | ||
| base/rps.h | ||
| Library | ||
| rps | ||
| Description | ||
The The argument ptr is a pointer to the PostScript control structure. The argument text is a pointer to a function of the form:
This function is called each time PostScript commands are sent to the text stream. The argument buffer is a pointer to a buffer containing the text of the command and the argument size indicates the size of the buffer. The data argument of the | ||
| Returns | ||
| None | ||
| Errors | ||
| None | ||
| Example | ||
| None |