TextViewPlus DEPRECATED - PHELAT/TextViewPlus GitHub Wiki
TextView PLUS - DEPRECATED
<phelat.TextView.Plus
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="Hello World!"
android:gravity="center"
android:textSize="50sp"
app:font="Your font in assets folder"/>
also you can use this widget in your java class
phelat.TextView.Plus textViewPlus = (phelat.TextView.Plus) findViewById(R.id.yourPlusTextView);
textViewPlus.setFont("Font name in assets folder");