aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2020-04-29 15:57:11 +0200
committerMattias Andrée <maandree@kth.se>2020-04-29 15:57:11 +0200
commit9e7d87e78531157e6a6072650cf84e59d57133fa (patch)
tree0fd6ae184a8da3c57c45d688781b2da18862691a /README
parentAdd support for character transformation (diff)
downloadlibskrift-9e7d87e78531157e6a6072650cf84e59d57133fa.tar.gz
libskrift-9e7d87e78531157e6a6072650cf84e59d57133fa.tar.bz2
libskrift-9e7d87e78531157e6a6072650cf84e59d57133fa.tar.xz
Add support for character mirroring and add functions for creating transformations
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 5 insertions, 1 deletions
diff --git a/README b/README
index bfa17bf..f7327d9 100644
--- a/README
+++ b/README
@@ -36,6 +36,8 @@ Currently implemented:
sRGB gamma function.
+ Affine transformations on glyphs.
+
Pending support in libschift:
@@ -44,7 +46,7 @@ Pending support in libschift:
Hinting.
(Better subpixel rendering requires subpixel aware hinting.)
- Affine transformations on glyphs, texts, part of outline.
+ Affine transformations on parts of outline.
Kerning using font information.
@@ -53,6 +55,8 @@ Pending support in libschift:
Not implemented yet
+ Affine transformations on texts.
+
Glyph caching.
Normalise text when glyphs are missing.