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
- Host: GitHub
- URL: https://github.com/over-run/unifont
- Owner: Over-Run
- License: mit
- Created: 2023-02-28T04:28:48.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-19T03:19:17.000Z (about 2 years ago)
- Last Synced: 2025-02-09T14:21:43.593Z (11 months ago)
- Language: Java
- Size: 16.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.