g

gdx-bmfont

BitmapFont packer library based on libGDX's FreeType wrapper.
https://github.com/anyicomplex/gdx-bmfont
The Apache License, Version 2.0
Yi An
Files download
File Operation
gdx-bmfont-1.0.5.jar download
gdx-bmfont-1.0.5.pom download
gdx-bmfont-1.0.5-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.anyicomplex</groupId>
  <artifactId>gdx-bmfont</artifactId>
  <version>1.0.5</version>
</dependency>
Gradle Groovy
implementation 'io.github.anyicomplex:gdx-bmfont:1.0.5'
Gradle Kotlin
implementation("io.github.anyicomplex:gdx-bmfont:1.0.5")
Scala SBT
libraryDependencies += "io.github.anyicomplex" % "gdx-bmfont" % "1.0.5"
Groovy Grape
@Grapes(
  @Grab(group='io.github.anyicomplex', module='gdx-bmfont', version='1.0.5')
)
Apache Ivy
<dependency org="io.github.anyicomplex" name="gdx-bmfont" rev="1.0.5" />
Leiningen
[io.github.anyicomplex/gdx-bmfont "1.0.5"]
Apache Buildr
'io.github.anyicomplex:gdx-bmfont:jar:1.0.5'