Hello :)
It is possible to bold some part of label in standard Button?
example:
ICON - normal_normal_text BOLD_BOLD_text
Thanks for help :)
Hello :)
It is possible to bold some part of label in standard Button?
example:
ICON - normal_normal_text BOLD_BOLD_text
Thanks for help :)
You're probably better off using a Text or a Label and skinning it look like a button. Each of those has an .htmlText property which will take rudimentary tags like and , etc. Remember to set the .buttonMode and .useHandCursor properties to true and .mouseChildren to false for best button simulation.
I don't think you can do this with a standard label, but FlexLib contains a CanvasButton component (http://flexlib.googlecode.com/svn/trunk/docs/flexlib/controls/CanvasButton.html) that allows you to add multiple children to a button that would work well to have two labels styled differently, or to better control the styling in a single label.