An open API service indexing awesome lists of open source software.

https://github.com/talebrafiepour/fontinatorview

a simple library for adding custom fonts to views
https://github.com/talebrafiepour/fontinatorview

android custom-fonts edittextview font font-face fontinator kotlin radiobu textview typeface-font

Last synced: about 2 months ago
JSON representation

a simple library for adding custom fonts to views

Awesome Lists containing this project

README

          

# FontinatorView
a simple library for adding custom fonts in views On Android

```
dependencies {
implementation 'com.github.TalebRafiepour:FontinatorView:0.8'
}


allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
```

### Sample

```