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

Flutter Bloc - Clean Architecture

Dependencies vs Dev Dependencies in Flutter

What's new in android 14?