math syntax highlighting

Norbert Thiebaud nthiebaud at gmail.com
Tue Feb 18 08:00:09 CET 2014


On Mon, Feb 17, 2014 at 6:52 PM, Jose Guilherme Vanz
<vanz at 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


More information about the LibreOffice mailing list