View Single Post
  #741  
Old 11-17-2010, 04:19 PM
MrOmega MrOmega is offline
One More Time
MrOmega's Avatar
Join Date: Aug 2010
Location: TN, USA
Posts: 631
MrOmega is an unknown quantity at this point
Send a message via AIM to MrOmega Send a message via MSN to MrOmega Send a message via Yahoo to MrOmega
Quote:
Originally Posted by salesman View Post
Also,
PHP Code:
new GuiTextCtrl("Test_Text") {
  
profile GuiBlueTextProfile;
  
useOwnProfile true;
  
profile.fontStyle "i";
      
  
text "Some text that should be italicized";
  
// rest removed for brevity    

This no longer italicizes text as it did in V5. I haven't tested with other controls.
I've noticed this too on some fonts. It seems we also need to upload the italic and bold versions of the font aswell. e.g. verdanai.ttf
__________________
Time is the fire in which we burn...
Up, Up, Down, Down, Left, Right, Left, Right, B, A, Select, Start! Now I got 99 LIVES!!!
Reply With Quote