summaryrefslogtreecommitdiff
path: root/src/autofit/aftypes.h
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2015-12-23 23:25:03 +0100
committerWerner Lemberg <wl@gnu.org>2015-12-23 23:25:03 +0100
commitb0de5a82f1d2f5309011ab3066150f072f955185 (patch)
tree4a60cebf2746c44ca2971d23ecbc504cfd76ab5f /src/autofit/aftypes.h
parent9c1a2b043925a99c9e92ba11ef7824dcfe4ff942 (diff)
downloadfreetype2-b0de5a82f1d2f5309011ab3066150f072f955185.tar.gz
[autofit] Start implementing hinting direction (up/down, down/up).
Right now, it does nothing. * src/autofit/afscript.h: Add another parameter to `SCRIPT', specifying hinting direction. * src/autofit/afglobal.c, scr/autofit/afglobal.h, src/autofit/afpic.c, src/autofit/afranges.h, src/autofit/afshaper.c, src/autofit/aftypes.h: Extend `SCRIPT' definitions.
Diffstat (limited to 'src/autofit/aftypes.h')
-rw-r--r--src/autofit/aftypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/autofit/aftypes.h b/src/autofit/aftypes.h
index b48361950..013487752 100644
--- a/src/autofit/aftypes.h
+++ b/src/autofit/aftypes.h
@@ -309,7 +309,7 @@ extern void* _af_debug_hints;
*/
#undef SCRIPT
-#define SCRIPT( s, S, d, h, ss ) \
+#define SCRIPT( s, S, d, h, H, ss ) \
AF_SCRIPT_ ## S,
/* The list of known scripts. */