Hi Praveen,

I was right ... check out this link.           
http://blog.flexcommunity.net/?p=46

The author has used scaling as a workaround for this issue.

On May 9, 2:48 pm, praveen Kumar <[email protected]> wrote:
> Hi  Kronos;
>
> Thanks For Interest on it;
>
> Actually Client Uses Big Card 2250x1600  Card Size with Resolution
> 300dpi Size;When Client Type text on Canvas ;fontSize  in small; Thats
> Why Am Multiplying The Font Size (fontSizeCombo.value*4) (14*4=56) ;
>
> in  flex font Setting It will take as PX;so 1pt==4px(because Am Using
> set Style(_));
>
> the client Checking the Font Size in photo shop with measurements in Pt;
>
> that's Problem Am getting;so unable to do this ; please Give me An
> idea to solve this problem;
> thanks Again Advance;
>
>
>
>
>
>
>
> On Mon, May 9, 2011 at 2:51 PM, Kronos <[email protected]> wrote:
> > Hi Praveen,
>
> > Have u considered the fact that there might be a maximum limit to the
> > font size for textarea. I dont know for sure but looking at ur problem
> > i am guessing this might be the reason that the font size does not
> > increase beyond a point. Let me check it out and confirm this.
>
> > On May 6, 3:47 pm, praveen Kumar <[email protected]> wrote:
> >> Hai Friends  I Have Numaric Stepper ;  Min Value 14  and MaxValue 80 ;
>
> >> This is Samole Code For
>
> >> var     mySelectedTextRange:TextRange = new TextRange(this.textArea,true,
> >>                                         this.textArea.selectionBeginIndex,
> >>                                         this.textArea.selectionEndIndex);
> >>                                         
> >> textArea.getTextField().alwaysShowSelection = true;
> >>                                         mySelectedTextRange.fontSize 
> >> =(fontSizeCombo.value*4);
>
> >> When Numaric Stepper Value =32;[32*4=128 mySelectedTextRange.fontSize
> >> increasing];
>
> >> When
> >> 33*4=132;
> >> 35*4=140;
> >> 36*4=144;
>
> >> mySelectedTextRange.fontSize values shows Correctly;But
>
> >> mySelectedTextRange.fontSize  Not Increasing
> >> accordingly[numaicstepper value>33;]
>
> >> Please Help me
>
> >> textArea FontSize Not Increasing
>
> > --
> > You received this message because you are subscribed to the Google Groups 
> > "Flex India Community" group.
> > To post to this group, send email to [email protected].
> > To unsubscribe from this group, send email to 
> > [email protected].
> > For more options, visit this group 
> > athttp://groups.google.com/group/flex_india?hl=en.

-- 
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en.

Reply via email to