diff options
author | Mattias Andrée <maandree@kth.se> | 2020-04-29 16:25:18 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2020-04-29 16:25:18 +0200 |
commit | 35b8301103b68f76729ce23fc8fa6774531b42ee (patch) | |
tree | 0391398e7f85d70c93e664e0112fd57e0c576e8f /README | |
parent | Add support for text-level transformation (diff) | |
download | libskrift-35b8301103b68f76729ce23fc8fa6774531b42ee.tar.gz libskrift-35b8301103b68f76729ce23fc8fa6774531b42ee.tar.bz2 libskrift-35b8301103b68f76729ce23fc8fa6774531b42ee.tar.xz |
m
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r-- | README | 28 |
1 files changed, 14 insertions, 14 deletions
@@ -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. |