If unpatented hinting is compiled the TrueType face object acquires a

new element, "FT_Bool unpatented_hinting".
This commit is contained in:
Graham Asher 2003-04-25 11:36:44 +00:00
parent 7ea970ba5b
commit d643b7d5af
1 changed files with 7 additions and 0 deletions

View File

@ -1456,6 +1456,9 @@ FT_BEGIN_HEADER
/* interpreters field is also used to hook */
/* the debugger in `ttdebug'. */
/* */
/* unpatented_hinting :: If true, use only unpatented methods in */
/* the bytecode interpreter. */
/* */
/* extra :: Reserved for third-party font drivers. */
/* */
typedef struct TT_FaceRec_
@ -1559,6 +1562,10 @@ FT_BEGIN_HEADER
/* used to hook the debugger for the `ttdebug' utility. */
TT_Interpreter interpreter;
#ifdef TT_CONFIG_OPTION_COMPILE_UNPATENTED_HINTING
/* Use unpatented hinting only. */
FT_Bool unpatented_hinting;
#endif
/***********************************************************************/
/* */