Android Print - Android App Source Code

A lightweight Android library for use iconic fonts.
Gradle:
compile 'com.github.johnkil.print:print:1.3.1'
Maven:
<dependency> <groupId>com.github.johnkil.print</groupId> <artifactId>print</artifactId> <version>1.3.1</version> <type>aar</type> </dependency>
Getting started
Add fonts
Add your custom iconic fonts to
assets/
.Setup default font
Define your default iconic font using
PrintConfig
in Application.onCreate() method. This font will be used in cases when the value of a font is not specified.public class MyApplication extends Application { @Override public void onCreate() { super.onCreate(); PrintConfig.initDefault(getAssets(), "fonts/iconic-font.ttf"); } }
RELATED PRODUCTS
Share this Project
CATEGORY
COMPATIBLE DEVICES
FILES INCLUDED
Contributor
Tags
Evgeny Shishkin