Java Font and Typeface wrapper
Find a file
dependabot[bot] 7a875731f8
Bump lombok from 1.18.18 to 1.18.20 (#21)
Bumps [lombok](https://github.com/rzwitserloot/lombok) from 1.18.18 to 1.18.20.
- [Release notes](https://github.com/rzwitserloot/lombok/releases)
- [Changelog](https://github.com/rzwitserloot/lombok/blob/master/doc/changelog.markdown)
- [Commits](https://github.com/rzwitserloot/lombok/compare/v1.18.18...v1.18.20)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-02 07:04:16 +01:00
.github Update draft-release.yml (#19) 2021-03-24 20:49:56 +00:00
src/main Merge FontCacheImpl into FontCache and make it a class 2020-09-18 18:44:14 +01: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 lombok from 1.18.18 to 1.18.20 (#21) 2021-04-02 07:04:16 +01: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