allu
allu

Reputation: 11

Create an App to support Local Language with Unicode supportedfont

I am new to android programming.I learned some basic stuffs from the youtube tutorial videos.I want to create an app for my blog. The app should act as a web browser and display the content of my blog as such.But the problem is I used to write my blog in a local Indian language.So I want my app to support my local language font which is a Unicode supported font.Is it possible to make my app to support such local font.Please help me?Sorry for my poor english!! :)

Upvotes: 1

Views: 2851

Answers (1)

Sahil Mahajan Mj
Sahil Mahajan Mj

Reputation: 11141

You can use Custom fonts for your Android Application,

For this, you need to use Typeface and also you need to have knowledge of Character Mapping of your font.

Following likns will help you,

Upvotes: 1

Related Questions