+ 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.
3 ответов
0
TextView tv = (TextView) findViewById(R.id.appname);
Typeface face = Typeface.createFromAsset(getAssets(), "fonts/epimodem.ttf");
tv.setTypeface(face);
0
please tell me how to add marathi font in android studio....
i have a project in marathi android app
0
currently, I am not working on it. If I find soultion, I will post it here