* src/autofit/aflatin.c (af_latin_hint_edges): Reduce logic.
This commit is contained in:
parent
886f4d0493
commit
770b5d0647
|
@ -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.
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue