Hi,
is there a way to make only a portion of text in color? It seems that Append=true overwrites color value for the line, which prevents user from getting different colors on the same line. For example, code line like this would have the second color but not both:
pdfe.echo('First color ', 0x000000); pdfe.echo('second color.', 0x0000FF, true);
Perhaps it's not that difficult to modify Append function to append colors as well? That would be useful.
Thanks in advance