Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing handle for 'bold' in TextField constructor #52

Closed
volzh opened this issue Nov 22, 2011 · 2 comments
Closed

Missing handle for 'bold' in TextField constructor #52

volzh opened this issue Nov 22, 2011 · 2 comments

Comments

@volzh
Copy link

volzh commented Nov 22, 2011

I found TextField's bold property is not working, bacuase contructor does not handle for bold.
so i assign like below, and it works fine.

[code]
public function TextField(width:int, height:int, text:String, fontName:String="Verdana",
fontSize:Number=12, color:uint=0x0, bold:Boolean=false)
{
....
mBold = bold;
....
}
[/code]

@PrimaryFeather
Copy link
Contributor

Aaaah, you're right! embarrassing
I'll add that ASAP. Thanks for taking the time to create an issue about it!

@PrimaryFeather
Copy link
Contributor

I fixed this with #2c99b9b

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants