|
From: | Werner LEMBERG |
Subject: | Re: [ft-devel] Experimental: v38 interpreter with minimal backwards compatibility mode and linear advance widths |
Date: | Wed, 18 May 2016 22:37:36 +0200 (CEST) |
>> /* Only adjust if not in sph_compatibility_mode or ignore_x_mode. */ >> /* Determined via experimentation and may be incorrect... */ >> + if ( !( SUBPIXEL_HINTING_INFINALITY && >> + ( exc->ignore_x_mode && >> + exc->face->sph_compatibility_mode ) ) ) > > Shouldn't this be `( exc->ignore_x_mode || > exc->face->sph_compatibility_mode )`? I honestly don't know. Werner
[Prev in Thread] | Current Thread | [Next in Thread] |