Back to project page HiIconFont.
The source code is released under:
MIT License
If you think the Android project HiIconFont listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package me.faso.hiiconfont; /*from ww w .j a v a 2 s . c om*/ import android.app.Application; import com.shamanland.fonticon.FontIconTypefaceHolder; public class MyApplication extends Application { @Override public void onCreate() { super.onCreate(); FontIconTypefaceHolder.init(getAssets(), "fontello.ttf"); } }