ref: 82ee38e5853bb2df0f289dc4f860776e8f449617
parent: 913a36509099640dcbf5ace70b220d05eaa7b5c7
author: Werner Lemberg <[email protected]>
date: Mon Nov 20 04:19:26 EST 2006
formatting
--- a/src/truetype/ttinterp.c
+++ b/src/truetype/ttinterp.c
@@ -6513,11 +6513,14 @@
FT_ULong C;
FT_Long B;
+
#ifdef TT_CONFIG_OPTION_UNPATENTED_HINTING
/* Delta hinting is covered by US Patent 5159668. */
if ( CUR.face->unpatented_hinting )
- {
- FT_Long n = args[0] * 2;
+ {
+ FT_Long n = args[0] * 2;
+
+
if ( CUR.args < n )
{
CUR.error = TT_Err_Too_Few_Arguments;