This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Painting text on the screen problem

Hi All,

In our application, we need to paint text on the screen so we started using the simplewidget package, it worked well.
Now, we want to use different colors for the text, not only white color, but we didn't found a way to do it.

For painting text we are using the function:
Int Text_show(Font_Handle hFont, Char *txt, Int fontHeight, Int x, Int y, Buffer_Handle hBuf)
Located on /home/<user>/dvsdk_3_00_02_44/dvsdk_demos_3_00_01_13/packages/ti/sdo/simplewidget/Text.c

But it has no argument for setting the color. Is there any way to use a custom color value?

Thanks

RamOn