* src/truetype/ttinterp.c (Ins_MIRP): Fix copy-and-paste error.
Problem reported by Hin-Tak Leung.
This commit is contained in:
parent
1831e6f068
commit
86eb43a994
|
@ -1,3 +1,9 @@
|
||||||
|
2016-07-16 Nikolaus Waxweiler <madigens@gmail.com>
|
||||||
|
|
||||||
|
* src/truetype/ttinterp.c (Ins_MIRP): Fix copy-and-paste error.
|
||||||
|
|
||||||
|
Problem reported by Hin-Tak Leung.
|
||||||
|
|
||||||
2016-07-15 Werner Lemberg <wl@gnu.org>
|
2016-07-15 Werner Lemberg <wl@gnu.org>
|
||||||
|
|
||||||
[autofit] Update and improve segment and edge tracing.
|
[autofit] Update and improve segment and edge tracing.
|
||||||
|
|
|
@ -6088,7 +6088,6 @@
|
||||||
exc->GS.freeVector.x != 0 &&
|
exc->GS.freeVector.x != 0 &&
|
||||||
!( exc->sph_tweak_flags & SPH_TWEAK_NORMAL_ROUND ) )
|
!( exc->sph_tweak_flags & SPH_TWEAK_NORMAL_ROUND ) )
|
||||||
control_value_cutin = minimum_distance = 0;
|
control_value_cutin = minimum_distance = 0;
|
||||||
else
|
|
||||||
#endif /* TT_SUPPORT_SUBPIXEL_HINTING_INFINALITY */
|
#endif /* TT_SUPPORT_SUBPIXEL_HINTING_INFINALITY */
|
||||||
|
|
||||||
/* XXX: UNDOCUMENTED! cvt[-1] = 0 always */
|
/* XXX: UNDOCUMENTED! cvt[-1] = 0 always */
|
||||||
|
|
Loading…
Reference in New Issue