README: add badges and very brief description
This commit is contained in:
parent
1653507eb7
commit
cb5c010d91
1 changed files with 24 additions and 1 deletions
25
README.md
25
README.md
|
@ -1 +1,24 @@
|
|||
# fontface
|
||||
# fontface
|
||||
|
||||
Font utilities.
|
||||
|
||||
![GitHub release (latest by date)](
|
||||
https://img.shields.io/github/v/release/kemitix/fontface?style=for-the-badge)
|
||||
![GitHub Release Date](
|
||||
https://img.shields.io/github/release-date/kemitix/fontface?style=for-the-badge)
|
||||
|
||||
[![Nexus](
|
||||
https://img.shields.io/nexus/r/https/oss.sonatype.org/net.kemitix/fontface.svg?style=for-the-badge)](
|
||||
https://oss.sonatype.org/content/repositories/releases/net/kemitix/fontface/)
|
||||
[![Maven-Central](
|
||||
https://img.shields.io/maven-central/v/net.kemitix/fontface.svg?style=for-the-badge)](
|
||||
https://search.maven.org/artifact/net.kemitix/fontface)
|
||||
|
||||
Extracted from [Clover](/kemitix/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](/kemitix/binder)).
|
||||
|
||||
- `FontFace` - `Font` wrapper
|
||||
- `FontCache` - a cache of `FontFace` instances
|
||||
- `FontLoaded` - a loader for `Font`s
|
||||
|
|
Loading…
Reference in a new issue