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

https://github.com/over-run/unifont

Java Unifont binding
https://github.com/over-run/unifont

Last synced: 9 months ago
JSON representation

Java Unifont binding

Awesome Lists containing this project

README

          

# Unifont

This “library” binds the baked bitmap of Unifont, so we don’t need to add them for each project.

## Import

```groovy
dependencies {
implementation(platform("io.github.over-run:utilities:+"))
implementation("io.github.over-run:unifont")
}
```

## Technical Information

The constants are stored in `UnifontUtil`.