I am having a TextView that has a huge text in between i have a tamil word and i know how to embedd the tamil font in seperate textview .but i need the tamil word between english word please help thanks in advance
my part of text in textview :
Seasonal messages like welcome (நல்வரவு) is used in Kolam. Volunteering to draw kolam at temple is sometimes done when a devotee's
Try setting this Akshar.ttf font to your TextView through setTypeface, it suuports both English and Tamil.
Here is the outcome:
Or, look for a similar font which supports both language.
your second solution is to use image for this small Tamil text portion using SpannableStringBuilder.
Code for setting custom font to TextView:
Assuming you have the Akshar.ttf font in fonts folder under assets folder: