goodluckier / CalligraphyPro

Calligraphy的升级版,可以从SD卡加载字体

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CalligraphyPro

About

Calligraphy的升级版,可以从SD卡加载字体。

Usage

In order to use the library, there are 2 different options:

  • 1.Add the following to your project level build.gradle:
	allprojects {
		repositories {
			...
			maven { url 'https://jitpack.io' }
		}
	}
  • 2.Add this to your app build.gradle:
	dependencies {
	         implementation 'com.github.shoushuai:CalligraphyPro:1.0.4'
	}

About

Calligraphy的升级版,可以从SD卡加载字体


Languages

Language:Java 100.0%