When rotating text via showtext(), and using GUI controls, the behavior is...very strange.
This script
PHP Code:
new GuiMLTextCtrl("GuiText_Test") {
profile = GuiBlueMLTextProfile;
x = 100;
y = 550;
text = "<center><font size=16 color=white><b>This is a test</b></font></center>";
}
Produces this:
If you add
PHP Code:
rotation = 1.575;
The result is this; a scrambled mess of letters.
The same happens when using rotation with showtext().
Is there some way to fix this, and rotate text without it looking like a complete mess?