Skip to content

hotchpotch/android-IconicFontEngine

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages