aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2020-04-29 16:25:18 +0200
committerMattias Andrée <maandree@kth.se>2020-04-29 16:25:18 +0200
commit35b8301103b68f76729ce23fc8fa6774531b42ee (patch)
tree0391398e7f85d70c93e664e0112fd57e0c576e8f
parentAdd support for text-level transformation (diff)
downloadlibskrift-35b8301103b68f76729ce23fc8fa6774531b42ee.tar.gz
libskrift-35b8301103b68f76729ce23fc8fa6774531b42ee.tar.bz2
libskrift-35b8301103b68f76729ce23fc8fa6774531b42ee.tar.xz
m
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r--README28
1 files changed, 14 insertions, 14 deletions
diff --git a/README b/README
index dc282f7..49c6ee4 100644
--- a/README
+++ b/README
@@ -39,20 +39,6 @@ Currently implemented:
Affine transformations on glyphs and texts.
-Pending support in libschift:
-
- Aliased rendering.
-
- Hinting.
- (Better subpixel rendering requires subpixel aware hinting.)
-
- Affine transformations on parts of outline.
-
- Kerning using font information.
-
- Proper grapheme cluster support.
-
-
Not implemented yet
Glyph caching.
@@ -74,6 +60,20 @@ Not implemented yet
Font searching.
+Things that require new features in libschrift
+
+ Aliased rendering.
+
+ Hinting.
+ (Better subpixel rendering requires subpixel-aware hinting.)
+
+ Affine transformations on parts of outline.
+
+ Kerning using font information.
+
+ Proper grapheme cluster support.
+
+
Out of scope:
Bidirection text.