summaryrefslogtreecommitdiff
path: root/pango/opentype/ftxopen.h
diff options
context:
space:
mode:
Diffstat (limited to 'pango/opentype/ftxopen.h')
-rw-r--r--pango/opentype/ftxopen.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/pango/opentype/ftxopen.h b/pango/opentype/ftxopen.h
index 052f25cc..84c85e76 100644
--- a/pango/opentype/ftxopen.h
+++ b/pango/opentype/ftxopen.h
@@ -155,9 +155,13 @@ extern "C" {
typedef struct TTO_LookupList_ TTO_LookupList;
-/* Possible LookupFlag bit masks. `IGNORE_SPECIAL_MARKS' comes from the
- OpenType 1.2 specification. */
+ /* Possible LookupFlag bit masks. `IGNORE_SPECIAL_MARKS' comes from the
+ OpenType 1.2 specification; RIGHT_TO_LEFT has been (re)introduced in
+ OpenType 1.3 -- if set, the last glyph in a cursive attachment
+ sequence has to be positioned on the baseline -- regardless of the
+ writing direction. */
+#define RIGHT_TO_LEFT 0x0001
#define IGNORE_BASE_GLYPHS 0x0002
#define IGNORE_LIGATURES 0x0004
#define IGNORE_MARKS 0x0008