On Mon, Feb 17, 2014 at 6:52 PM, Jose Guilherme Vanz <v...@libreoffice.org> wrote: > Hi > > I started to work on the math syntax highlighting. Actually, I can identify > when we have some problems with parenthesis without close and etc. Now, I > would like to change the color or background color to show to the user the > problematic character. How can I change the color of the string? Is there > some field in the OUString that can I do that?
No OUString does not carry any formatting information.. it is merely a glorified UTF-16 sequence of character... otoh there are SetColor/SetBackgroundColor api generaly associated with the object that involved in rendering the string, like the font... Norbert _______________________________________________ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice