t

typefaceview

Text and edit text views for android which allow the user to set special typefaces
https://github.com/omadahealth/TypefaceView
The MIT License (MIT)
Olivier Goutay & Stoyan Dimitrov
Files download
File Operation
typefaceview-1.5.0.pom download
typefaceview-1.5.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.omadahealth.typefaceview</groupId>
  <artifactId>typefaceview</artifactId>
  <version>1.5.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.github.omadahealth.typefaceview:typefaceview:1.5.0'
Gradle Kotlin
implementation("com.github.omadahealth.typefaceview:typefaceview:1.5.0")
Scala SBT
libraryDependencies += "com.github.omadahealth.typefaceview" % "typefaceview" % "1.5.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.omadahealth.typefaceview', module='typefaceview', version='1.5.0')
)
Apache Ivy
<dependency org="com.github.omadahealth.typefaceview" name="typefaceview" rev="1.5.0" />
Leiningen
[com.github.omadahealth.typefaceview/typefaceview "1.5.0"]
Apache Buildr
'com.github.omadahealth.typefaceview:typefaceview:jar:1.5.0'