* src/autofit/aflatin.c (af_latin_hint_edges): Reduce logic.

This commit is contained in:
Alexei Podtelezhnikov 2015-04-02 23:15:36 -04:00
parent 886f4d0493
commit 770b5d0647
2 changed files with 6 additions and 2 deletions

View File

@ -1,4 +1,8 @@
2015-03-21 Alexei Podtelezhnikov <apodtele@gmail.com>
2015-04-02 Alexei Podtelezhnikov <apodtele@gmail.com>
* src/autofit/aflatin.c (af_latin_hint_edges): Reduce logic.
2015-04-01 Alexei Podtelezhnikov <apodtele@gmail.com>
[autofit] Finish the thought.

View File

@ -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;