Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 768 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 768 Bytes

IconicFontEngine for Android Download

This library renders iconic fonts in TextView.

Install

dependencies {
  compile 'com.github.hotchpotch:iconic-font-engine:+'
}

Usage

<com.github.hotchpotch.iconicfontengine.widget.IconicFontTextView
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:layout_margin="10dp"
    android:textSize="30sp"
    android:text="FontAwesome's github icon is {fa-github}"
    />

See sample_app to initialize font engines.

License

See LICENSE.txt.