Author Topic: Having multiple colors for Echo log  (Read 4702 times)

0 Members and 1 Guest are viewing this topic.

Padanges

  • Newbie
  • *
  • Posts: 179
Having multiple colors for Echo log
« 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

RTT

  • Administrator
  • *****
  • Posts: 907
Re: Having multiple colors for Echo log
« Reply #1 on: December 18, 2016, 01:04:58 AM »
Not possible right now, but for sure that's something that needs to be added.