How to add another language (Marathi) font in android studio? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

How to add another language (Marathi) font in android studio?

As a hobby, I am creating an Android application in my native language. Does anyone have idea to add another language font in Andriod studio? Thanks.

16th Oct 2017, 2:32 PM
Vijay
Vijay - avatar
3 Answers
0
TextView tv = (TextView) findViewById(R.id.appname); Typeface face = Typeface.createFromAsset(getAssets(), "fonts/epimodem.ttf"); tv.setTypeface(face);
30th Oct 2017, 7:56 AM
bob dylan
bob dylan - avatar
0
please tell me how to add marathi font in android studio.... i have a project in marathi android app
20th Dec 2017, 2:45 AM
sumit
sumit - avatar
0
currently, I am not working on it. If I find soultion, I will post it here
25th Dec 2017, 10:12 AM
Vijay
Vijay - avatar