RTTSoftware Support Forum

PDF Explorer => General => Topic started by: Padanges on December 16, 2016, 09:22:47 AM

Title: Having multiple colors for Echo log
Post by: Padanges on December 16, 2016, 09:22:47 AM
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:
Code: [Select]
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
Title: Re: Having multiple colors for Echo log
Post by: RTT on December 18, 2016, 01:04:58 AM
Not possible right now, but for sure that's something that needs to be added.