From a24daf9b75dfec3e0d5a71fe1433af4f6fc8226b Mon Sep 17 00:00:00 2001 From: Sasha Koshka Date: Fri, 7 Jul 2023 02:05:46 -0400 Subject: [PATCH] Add more description to readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 50c9b14..6b27e7a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ # typeset Typeset provides utilities for text layout, wrapping, and rendering. + +The state of a text layout is stored in a TypeSetter, and it can be drawn to any +image.Image using a Drawer which "extends" TypeSetter.