summaryrefslogtreecommitdiff
path: root/devel/ftoption.h
diff options
context:
space:
mode:
Diffstat (limited to 'devel/ftoption.h')
-rw-r--r--devel/ftoption.h25
1 files changed, 6 insertions, 19 deletions
diff --git a/devel/ftoption.h b/devel/ftoption.h
index f92d92890..3d806c992 100644
--- a/devel/ftoption.h
+++ b/devel/ftoption.h
@@ -404,27 +404,14 @@ FT_BEGIN_HEADER
/*************************************************************************/
/* */
- /* Define TT_CONFIG_OPTION_COMPILE_UNPATENTED_HINTING (in addition to */
+ /* Define TT_CONFIG_OPTION_UNPATENTED_HINTING (in addition to */
/* TT_CONFIG_OPTION_BYTECODE_INTERPRETER) to compile the unpatented */
- /* work-around hinting system. You must define this if you want either */
- /* to force the use of the unpatented hinting system by also defining */
- /* TT_CONFIG_OPTION_FORCE_UNPATENTED_HINTING, or if you want to select */
- /* it at run time using the FT_PARAM_TAG_UNPATENTED_HINTING tag. */
+ /* work-around hinting system. Note that for the moment, the algorithm */
+ /* is only used when selected at runtime through the parameter tag */
+ /* FT_PARAM_TAG_UNPATENTED_HINTING; or when the debug hook */
+ /* FT_DEBUG_HOOK_UNPATENTED_HINTING is globally actived */
/* */
-#define TT_CONFIG_OPTION_COMPILE_UNPATENTED_HINTING
-
-
- /*************************************************************************/
- /* */
- /* Define TT_CONFIG_OPTION_FORCE_UNPATENTED_HINTING to restrict the */
- /* TrueType bytecode interpreter to actions not protected by patents. */
- /* This enables some fonts, for example mingliu.ttc from Dynalab, to */
- /* work properly. They use hinting to make large changes to the glyph */
- /* shape, without which the glyph is unrecognisable. */
- /* For this to work you must also define */
- /* TT_CONFIG_OPTION_COMPILE_UNPATENTED_HINTING. */
- /* */
-#undef TT_CONFIG_OPTION_FORCE_UNPATENTED_HINTING
+#define TT_CONFIG_OPTION_UNPATENTED_HINTING
/*************************************************************************/