Style prblem in TLF
Hi,
I am using the style.css file for applying style, I get this by
stepHeading {
font-size: 12px;
font-weight: bold;
color: #FFFFFF;
}
i lode the external style ob an object of url loader in a string suppose styleName, now i want to assign it into the TextLayoutFormat.fonStyle = styleName
textLayoutFormat.fontStyle = styleName;
in above code textLayoutFormat is an object of TextLayoutFormat class and style name is my style from css file. can there is a way to get different styles
any help would be most welcome
Gaurav kumar pandey
