From 753c847aa9e82b49f76c951fc4fd459ade8d78b9 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Tue, 25 Oct 2022 21:42:24 -0600 Subject: [PATCH] Update readme --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 801c6fa..6d8a7ca 100644 --- a/README.md +++ b/README.md @@ -15,10 +15,12 @@ feature set. Other platforms may need to implement font fallback capabilities. The following features must be supported before this is "ready": -- [x] Font loading +- [x] Font loading (using fontdb) - [x] Preset fonts - [x] System fonts -- [ ] Text styles (bold, italic, etc.) +- [x] Text styles (bold, italic, etc.) + - [x] Per-buffer + - [ ] Per-span - [x] Font shaping (using rustybuzz) - [x] Cache results - [x] RTL