From b0de5a82f1d2f5309011ab3066150f072f955185 Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Wed, 23 Dec 2015 23:25:03 +0100 Subject: [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. --- src/autofit/aftypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/autofit/aftypes.h') 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. */ -- cgit v1.2.1