Thanks Praveen for your blog and the information. I tried setting this on my
flex builder but got some "abc bytecode decoding failed" error and "Type was
not found or not a compile time constraint : TextLine"  .  Flex builder
version I am using version 3.0 ( Build 3.0.194161) . I downloaded flex SDK
3.2 and configured with Flex builder and It started working . Issue is
resolved.

But did you try setting the fotnsize ? I tried the following but still I see
small letters. Any idea on this ? Documentation says including
textLayout_edit.swc file also in path. I added that but no use .

<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml";
xmlns:components="components.*">
    <components:CustomLabel id="customLabel" customText="ఇది తెలుగు"
fontSize="200" width="200"/>
</mx:Application>

Once again Thanks for your help


Nitya,

Thanks for your response . Can you show some light on this how to use? if
possible could you please share some Sample code or examples ?

Regards
Kiran


On Fri, Feb 12, 2010 at 4:11 AM, comgeek <[email protected]> wrote:

> You to use Adobe TextLayou Framework for displaying those unicode
> characters
> See this link to display hindi font/text in Flex
>
>
> http://iwillbelikethis.blogspot.com/2010/02/indian-languages-fontlipi-in-flex-using.html
>
> On Feb 12, 1:52 am, Kiran Kumar Vasireddy <[email protected]> wrote:
> > Dear All,
> >
> > Does flex support Unicode? The following example if run it is just
> > displaying square brackets . Is there any way to resolve this other than
> > using custom fonts ( Embedding custom fonts) ?
> >
> > <?xml version="1.0" encoding="utf-8"?>
> > <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml";
> layout="absolute">
> >     <mx:Label x="145" y="118" text="भारत माता" fontSize="200"    />
> > </mx:Application>
> >
> > Regards
> > Kiran
>
> --
> 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]<flex_india%[email protected]>
> .
> For more options, visit this group at
> http://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