Archive 17/01/2023.

How do I change font color of a text?

throwawayerino

Title says it it all. Changing SetColor doesn’t affect it either. Should I make a custom style?

ab4daa

C++ works for me.

Text * instructionText = ui->GetRoot()->CreateChild<Text>(); instructionText->SetColor(Color::RED);