
11-17-2010, 04:19 PM
|
One More Time
|
 |
Join Date: Aug 2010
Location: TN, USA
Posts: 631
|
|
Quote:
Originally Posted by salesman
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!!!
|
|
|