Flash Dynamic TextFiled Font Issue on BOLD
- by coderex
Hi,
am using AS3 and i have one dynamic text filed. The properties
Fontname "verdana"
size "14"
style "Bold"
it is shown the correct font in BOLD if there is no value
if i assign values like
priceText.text=" Hello Wold"
It will not show the correct font properties am not getting the bold style :(
What need to change?