Set other font to textview

To set the other fonts into textview, using Typeface.

Copy the fonts into assets folder,

Typeface type = Typeface.createFromAsset(getAssets(),"fonts/consolas.ttf");

textInfo.setTypeface(type);


Comments

Popular posts from this blog

Proguard usage in Android

Speed up gradle build in Android Studio.

Image Downloading Library - Picasso