behindcurtain3
Hello, I’m trying to align a Text to the right. Whenever I set:
text->SetTextAlignment(HA_RIGHT);
or
text->SetTextAlignment(HA_CENTER);
It makes the text disappear completely. Is there something simple I’m missing to align the text to the right or center?