From cb5c010d91e309f907f1585632b57bb58a875072 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Fri, 18 Sep 2020 19:33:20 +0100 Subject: [PATCH] README: add badges and very brief description --- README.md | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e1f0e93..6fc86e8 100644 --- a/README.md +++ b/README.md @@ -1 +1,24 @@ -# fontface \ No newline at end of file +# 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