Yes.
On 4/23/10 5:06 AM, "msrilatha_reddy" <[email protected]> wrote: Hi Alex, I didnt use any embedded fonts. Do i need to use embedded fonts here to solve the issue? Thanks, Srilatha --- In [email protected] <mailto:flexcoders%40yahoogroups.com> , Alex Harui <aha...@...> wrote: > > I don't see any embedded fonts. > > > On 4/22/10 1:54 AM, "msrilatha_reddy" <msrilatha_re...@...> wrote: > > > > > > > Hi, > > I am facing an issue while scaling a Label with truncateToFit property as > true. While zooming in/out, sometimes the text which is truncated is > displayed without ellipses or 1 or 2 ellipses sometimes. I tried setting > fontAntiAliasType="animation" thinking that it might solve the issue. > But it didnt :-( > > Please find the code below: > <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" > xmlns:local="*"> > <mx:Script> > <![CDATA[ > private function zoom():void > { > c.scaleY = slider.value / 100; > c.scaleX = slider.value / 100; > } > > ]]> > </mx:Script> > <mx:Canvas id="c" x="109″ y="111″ width="156″ > height="41″ scaleX="0.5″ scaleY="0.5″> > <mx:Label id="l1″ x="28″ y="10″ > text="Labelgettingtruncatedddddddddd" width="100″ truncateToFit="true" > fontAntiAliasType="animation"/> > </mx:Canvas> > <mx:VSlider id = "slider" > minimum = "5″ > maximum = "200″ > value = "100″ > snapInterval = ".001″ > liveDragging = "true" > change = "zoom()"/> > </mx:Application> > > Could anyone of you help me finding whats going wrong here? > > Thanks in Advance, > Srilatha > > > > > > > -- > Alex Harui > Flex SDK Team > Adobe System, Inc. > http://blogs.adobe.com/aharui > -- Alex Harui Flex SDK Team Adobe System, Inc. http://blogs.adobe.com/aharui

