I need to use tamil on textviews in my app so I create a TypeFace from assets and set it to the textview, but the characters appear out of order(mixed) for combined characters. I load the strings from the resources.(string.xml in utf-8 encoding) How to solve this issue?

link|improve this question
Im also looking to support hindi and tamil fonts in my app. as they're the core features of my app. – Sheikh Aman Dec 10 '10 at 6:18
feedback

2 Answers

up vote 1 down vote accepted

Currently android does not have a tamil font Shaping Engine. So have to manually reorder the characters based on the tamil language rules.

link|improve this answer
feedback

use fonts like "Bamini.ttf" else some TSCII fonts. It works fine for me. It should work for you too.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.