PDA

View Full Version : change font in a scroll component


roger439
02-21-2006, 02:50 AM
Hi, I am looking for code to change the font in a scroll component. The properties bar doesn't allow this. Thanks for any help.

Viath
02-21-2006, 05:11 AM
Generally you would change the font in a text field, not a scroll component. You would do this either by selecting the text field and changing the font in the properties bar, or with ActionScript by using the TextFormat class, or with HTML tags, or CSS, etc...

xeno
02-22-2006, 07:48 AM
Hi, thanks, but the scroll component displays either text for errors, or an image if no errors. I need the error text to be white, not black. I will do a search for text format class. thanks