

You gonna have to make use of fontface feature of CSS3.Tamil typing in word,tamil typing google,tamil typing in english,tamil typing in iphone,tamil typing keyboard,tamil typing practice book,tamiltyping. If you are developing using html and CSS wraped inside a WebView then take a look at this application's source. You can use either Bamini or TSCII encoding (Mylai is a TSCII font).ĭisclaimer : I wrote this library. You need to make use of the TypeFace class available in Android. You would get something like this when you use the library. Check out the app on how the library is utilised to convert the Unicode String to Bamini, TAB, TAM, TSCII and Anjal. There is a sample app available along with the library. Magic happens here ) encoding conversion String TSCIIString = nvertToTamil(TamilUtil.TSCII, "வணக்கம் அன்ரொயிட்") TextView tv = (TextView)findViewById(R.id.textView1) Typeface tf = Typeface.createFromAsset(getAssets(), "fonts/mylai.ttf") Initialise the Typeface (assumes TSCII, Bamini, Anjal, TAB or TAM font located inside assets/fonts folder) From writers to designers, copywriters to marketing agencies, the Tamil Unicode Bamini is used by thousands of professionals for all kinds of services. All you have to do is simply import the library into your Android project and call the library as below. Bamini Font is the number 1 typeface chosen to write in the Tamil language. This library will help you to convert Unicode String to Bamini, TSCII, TAB, TAM and Anjal. If you hate all these manual encoding conversion then check out this libraryĪs I said in above line, if you like to change the encoding dynamically while running the application then consider using the library I wrote for Android. instead of the Unicode text provide the converted Bamini encoded script into the setText method. Now use a converter to convert Unicode font into Bamini encoding. Bamini font is most popular Tamil font used in Tamil typing.Here are displayed Bamini Keyboard Layout, you can use these keyboard to learn about Tamil letters and start typing in Tamil language by following the image of Bamini font and English key mapping Bamini Tamil font free download. Typeface font1 = Typeface.createFromAsset(getAssets(), "fonts/Bamini.ttf") And create TypeFace with the font Bamini and set it to the TextView. Convert Microsoft Word documents to the popular and practical Adobe PDF format. All you have to do is, download the Bamini font and place it in your assets folder. This PDF converter is your go-to solution to convert Word to PDF online. There is a work around for this solution. Reason is there are no Tamil fonts in the system. You will only see boxes if you use Unicode Tamil font in your app. Even then it had bugs and full support is provided with Jelly Bean (4.2).

First of all you have to understand that there is no Tamil Language support in Android OS (except few Samsung & SE mobiles) till ICS(4.0).
