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
- Host: GitHub
- URL: https://github.com/talebrafiepour/fontinatorview
- Owner: TalebRafiepour
- Created: 2019-04-13T13:06:52.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-18T17:45:46.000Z (over 6 years ago)
- Last Synced: 2024-12-28T13:47:31.584Z (over 1 year ago)
- Topics: android, custom-fonts, edittextview, font, font-face, fontinator, kotlin, radiobu, textview, typeface-font
- Language: Kotlin
- Homepage:
- Size: 214 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```