You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by "J.Pietschmann" <j3...@yahoo.de> on 2008/05/05 21:15:24 UTC

Re: svn commit: r653202 - /xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/inline/TextLayoutManager.java

adelmelle@apache.org wrote:
>                                   kern = font.getKernValue(previous, c) * font.getFontSize() / 1000;
> -                            }
> +                        }
>                               if (kern != 0) {

Uh, oh. Something went wrong with autoindentation?

J.Pietschmann

Re: svn commit: r653202 - /xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/inline/TextLayoutManager.java

Posted by Andreas Delmelle <an...@telenet.be>.
On May 5, 2008, at 21:15, J.Pietschmann wrote:
> adelmelle@apache.org wrote:
>>                                   kern = font.getKernValue 
>> (previous, c) * font.getFontSize() / 1000;
>> -                            }
>> +                        }
>>                               if (kern != 0) {
>
> Uh, oh. Something went wrong with autoindentation?

Nice catch. More or less. Probably an after-effect from applying and  
reversing patches locally. Correction just committed.

Cheers

Andreas