IconicFontEngine

Additional

Language
Java
Version
N/A
Created
Mar 6, 2015
Updated
Aug 28, 2015 (Retired)
Owner
Yuichi Tateno (secon) (hotchpotch)
Contributors
FUJI Goro (gfx)
Yuichi Tateno (secon) (hotchpotch)
2
Activity
Badge
Generate
Download
Source code

IconicFontEngine for Android

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.