I’m still not sure I understand.  Why do you have to add Stroke components?  
You can just call graphics APIs on them.

If you must use components, can you overlay or underlay them in a Group 
parenting the Label?


On 4/25/12 12:59 AM, "dorkiedorkfromdorkt...@gmail.com" 
<dorkiedorkfromdorkt...@gmail.com> wrote:






I'm looking for more of something like this:

<s:Label text="Hello Filters!">
<s:stroke>
<s:SolidColorStroke weight="4" color="#ABCDEF"/>
</s:stroke>
</s:Label>

or this:

<s:Label text="Hello Filters!">
<s:filters>
<s:SolidColorStrokeFilter weight="4" color="#ABCDEF"/>
</s:filters>
</s:Label>

On Fri, Apr 13, 2012 at 12:15 AM, Alex Harui <aha...@adobe.com> wrote:





In Spark controls, you can add children to the TextLine like a sprite.




On 4/12/12 5:43 PM, "dorkiedorkfromdorkt...@gmail.com 
<http://dorkiedorkfromdorkt...@gmail.com> " <dorkiedorkfromdorkt...@gmail.com 
<http://dorkiedorkfromdorkt...@gmail.com> > wrote:






How would you add a stroke to dynamic text at runtime? If that's not possible 
how would you add a stroke to a bitmap (snapshot of text)?





--
Alex Harui
Flex SDK Team
Adobe Systems, Inc.
http://blogs.adobe.com/aharui

Reply via email to