I tried to use *Tamil* language in android, But android did not support *
Tamil*(I tested in Emulator,HTC device and in Samsung device)

So, I added *T**amil* font file in application level(that is in assetsfolder) 
and used it like this:

Typeface tf = Typeface.createFromAsset(this.getAssets(),"fonts/akshar.ttf");
edittext.setTypeface(tf);


Now ,*Tamil* fonts get supported in Emulator and also in above two devices,but

*Dependent vowels* in the *Tamil* font did not work correctly in Emulator and 
in HTC device(Dependent vowels works correctly in Samsung device).

What may be the reason? How can I enable Dependent vowels in emulator and in 
HTC device?

Thank You in Advance.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" 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/android-developers?hl=en

Reply via email to