Calligraphy的升级版,可以从SD卡加载字体。
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'
}