fop-dev  

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

J.Pietschmann
Mon, 05 May 2008 12:15:17 -0700

[EMAIL PROTECTED] wrote:
                                  kern = font.getKernValue(previous, c) * 
font.getFontSize() / 1000;
-                            }
+                        }
                              if (kern != 0) {

Uh, oh. Something went wrong with autoindentation?

J.Pietschmann