TLF with bevelFilter
is there some way to set different values of bevelFilter to diferents parts of the text?
is there some way to set different values of bevelFilter to diferents parts of the text?
Thanks, but i need to get the reference to some object that ineriths from DisplayObject to set the filters array with i.e [new BevelFilter()], if there is some way to get the reference to any range of characters it would be perfect for my app, but if i get only The text in String objects it doesnt works for my app.
Given a TextFlowLine, you can get the corresponding TextLine by calling getTextLine(true). A TextLine is a DisplayObjectContainer.
- robin
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.