ref: 770b5d0647b6102a60db06840e40f860da5810b8
parent: 886f4d049391993197b409a9038138a8208dd5fe
author: Alexei Podtelezhnikov <[email protected]>
date: Thu Apr 2 19:15:36 EDT 2015
* src/autofit/aflatin.c (af_latin_hint_edges): Reduce logic.
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,8 @@
-2015-03-21 Alexei Podtelezhnikov <[email protected]>
+2015-04-02 Alexei Podtelezhnikov <[email protected]>
+
+ * src/autofit/aflatin.c (af_latin_hint_edges): Reduce logic.
+
+2015-04-01 Alexei Podtelezhnikov <[email protected]>
[autofit] Finish the thought.
--- a/src/autofit/aflatin.c
+++ b/src/autofit/aflatin.c
@@ -2334,7 +2334,7 @@
FT_Byte neutral2 = edge2->flags & AF_EDGE_NEUTRAL;
- if ( ( neutral && neutral2 ) || neutral2 )
+ if ( neutral2 )
{
edge2->blue_edge = NULL;
edge2->flags &= ~AF_EDGE_NEUTRAL;