Hi dear STK team,
I have a simple issue than I can't fix by myself after many hours of research.
Here is the fact, in STK, all text is initially black (Buttons, List, Items for Ribbons) and the type of those text is irr::core::stringw.
I'd like them to turn white. I have manage to do this for IconButtonWidget with setOverideColor and Label with setColor but the three other widget above is a black hole for me.
I have found in engine.cpp that it use StkFont.xml but the color is never set and I don't understand why.
Please help ?
Thanks in advance