| Interface | Description |
|---|---|
| FontMapper | |
| HasTypeface |
There are two ways to set typeface for custom views:
Implementing this interface.
|
| Class | Description |
|---|---|
| CalligraphyConfig |
Created by chris on 20/12/2013
Project: Calligraphy
|
| CalligraphyConfig.Builder | |
| CalligraphyInterceptor | |
| CalligraphyTypefaceSpan | |
| CalligraphyUtils |
Created by chris on 20/12/2013
Project: Calligraphy
|
| TypefaceUtils |
A helper loading
Typeface avoiding the leak of the font when loaded
by multiple calls to Typeface.createFromAsset(android.content.res.AssetManager, String)
on pre-ICS versions. |