Я могу использовать его из кода следующим образом: < /p>
< /p>
Код: Выделить всё
TextView text = (TextView) findViewById(R.id.textview03);
Typeface tf = Typeface.createFromAsset(getAssets(), "fonts/Molot.otf");
text.setTypeface(tf);
Подробнее здесь: https://stackoverflow.com/questions/932 ... -using-xml
Мобильная версия