summaryrefslogtreecommitdiffstats
path: root/src/autofit/afmodule.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/autofit/afmodule.h')
-rw-r--r--src/autofit/afmodule.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/autofit/afmodule.h b/src/autofit/afmodule.h
index b9c2fd8..3c61d89 100644
--- a/src/autofit/afmodule.h
+++ b/src/autofit/afmodule.h
@@ -41,6 +41,8 @@ FT_BEGIN_HEADER
#ifdef AF_CONFIG_OPTION_USE_WARPER
FT_Bool warping;
#endif
+ FT_Bool no_stem_darkening;
+ FT_Int darken_params[8];
} AF_ModuleRec, *AF_Module;