Gordon: Thanks, Jack _____
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Gordon Smith Sent: Tuesday, February 06, 2007 4:55 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Text Character Spacing Flex 2.0.1 added a "letterSpacing" style for components like Label and Text.. These styles are listed in the LiveDocs for 2.0.1 at http://livedocs. <http://livedocs.macromedia.com/flex/201/langref/index.html> macromedia.com/flex/201/langref/index.html You'd write <mx:Label text="Hello" letterSpacing="10"/> to get 10 extra pixels between each letter. - Gordon _____ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jack Caldwell Sent: Tuesday, February 06, 2007 1:42 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Text Character Spacing Dan: Thanks for the info. I've looked at, but not sure exactly how to implement it. I'll continue to look for examples. At lease I know what I am looking for now. Jack _____ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Daniel Freiman Sent: Tuesday, February 06, 2007 10:34 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Text Character Spacing Look into flash.text.TextFormat.letterSpacing. There might be an equivalent style as well on text UIComponents. - Dan On 2/6/07, jwc_wensan < [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> com> wrote: Is there a way to change the character spacing of text? Without extending the component or custom fonts? In other words, either expanding or reducing the space between each text character. Thanks, Jack