View Single Post
  #1  
Old 07-31-2011, 10:52 PM
oo_jazz_oo oo_jazz_oo is offline
Jazz teh Awesome
oo_jazz_oo's Avatar
Join Date: Jul 2006
Location: California
Posts: 596
oo_jazz_oo is a jewel in the roughoo_jazz_oo is a jewel in the rough
Send a message via MSN to oo_jazz_oo
Text and GUI Rotation

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?
__________________

Reply With Quote