yourButton.setStyle("embedFonts", true);
yourButton.setStyle("fontFamily", "Verdana");And ensure whatever font you are embedding is the font it's using, like Verdana for example. Then: yourButton._rotation = 90; ----- Original Message ----- From: "jgraham_us" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Tuesday, January 31, 2006 2:56 PM Subject: [flexcoders] Vertical Text on a button I have found examples on doing vertical text on a Label but I would like to put vertical text on a button. Is there an example of doing this? The label just takes a String. -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

