From e4a01752b6b5dcd2afc286892135a5212958fe3f Mon Sep 17 00:00:00 2001 From: Ryan Oldenburg Date: Tue, 11 May 2021 16:47:09 -0500 Subject: [PATCH] readme --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b555b6..b60a97b 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ This library is being actively developed and we'd be happy for you to use it. `nimble install pixie` Features: +* Typesetting and rasterizing text, including styled rich text via spans. * Drawing paths, shapes and curves with even-odd and non-zero windings. * Pixel-perfect AA quality. * Supported file formats are PNG, BMP, JPG, SVG + more in development. @@ -22,7 +23,14 @@ Features: API reference: https://treeform.github.io/pixie/pixie.html -### File formats +### Font file formats + +Format | Read +------------- | ------------- +TTF | ✅ +OTF | ✅ + +### Image file formats Format | Read | Write | ------------- | ------------- | ------------- |