diff options
author | Mattias Andrée <maandree@kth.se> | 2020-04-29 20:43:52 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2020-04-29 20:43:52 +0200 |
commit | 801ef2b33b102051d8ac4bbc646720edfeec8df7 (patch) | |
tree | 7a0083ef515ca67479f96749ece217c93d666378 /libskrift_create_context.c | |
parent | m (diff) | |
download | libskrift-801ef2b33b102051d8ac4bbc646720edfeec8df7.tar.gz libskrift-801ef2b33b102051d8ac4bbc646720edfeec8df7.tar.bz2 libskrift-801ef2b33b102051d8ac4bbc646720edfeec8df7.tar.xz |
Add support for mirrored text (mirror both text and characters for right-to-left)
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r-- | libskrift_create_context.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libskrift_create_context.c b/libskrift_create_context.c index c1732c0..18cf961 100644 --- a/libskrift_create_context.c +++ b/libskrift_create_context.c @@ -6,6 +6,7 @@ LIBSKRIFT_NO_AUTOKERNING) #define IMPLEMENTED_FLAGS (LIBSKRIFT_REMOVE_GAMMA |\ + LIBSKRIFT_MIRROR_TEXT |\ LIBSKRIFT_MIRROR_CHARS |\ FORCED_FLAGS) /* libschrift does not add gamma, so not handling is required */ |