Java Font and Typeface wrapper
Find a file
dependabot[bot] 92d4b764b9
Bump junit-jupiter from 5.7.2 to 5.8.2 (#45)
Bumps [junit-jupiter](https://github.com/junit-team/junit5) from 5.7.2 to 5.8.2.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.7.2...r5.8.2)

---
updated-dependencies:
- dependency-name: org.junit.jupiter:junit-jupiter
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-31 08:39:41 +00:00
.github Allow selection of shadow colour (#47) 2021-12-31 08:25:33 +00:00
src/main Allow selection of shadow colour (#47) 2021-12-31 08:25:33 +00:00
.gitignore Add .gitignore 2020-09-18 18:00:04 +01:00
LICENSE Initial commit 2020-09-18 17:38:35 +01:00
pom.xml Bump junit-jupiter from 5.7.2 to 5.8.2 (#45) 2021-12-31 08:39:41 +00:00
README.md Fix links in README 2020-09-18 19:34:43 +01:00

fontface

Font utilities.

GitHub release (latest by date) GitHub Release Date

Nexus Maven-Central

Extracted from Clover to allow re-use. It currently has some hold-overs from being implemented for that single use-case. Refinement, and making it more generally suitable, will come as it is used in other projects, (e.g. Binder).

  • FontFace - Font wrapper
  • FontCache - a cache of FontFace instances
  • FontLoaded - a loader for Fonts