keiron 02/02/21 01:27:56 Modified: src/org/apache/fop/svg PDFTextPainter.java Log: removed println Revision Changes Path 1.10 +2 -3 xml-fop/src/org/apache/fop/svg/PDFTextPainter.java Index: PDFTextPainter.java =================================================================== RCS file: /home/cvs/xml-fop/src/org/apache/fop/svg/PDFTextPainter.java,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- PDFTextPainter.java 19 Feb 2002 13:03:15 -0000 1.9 +++ PDFTextPainter.java 21 Feb 2002 09:27:56 -0000 1.10 @@ -1,5 +1,5 @@ /* - * $Id: PDFTextPainter.java,v 1.9 2002/02/19 13:03:15 keiron Exp $ + * $Id: PDFTextPainter.java,v 1.10 2002/02/21 09:27:56 keiron Exp $ * Copyright (C) 2001 The Apache Software Foundation. All rights reserved. * For details on use and redistribution please refer to the * LICENSE file included with these sources. @@ -36,7 +36,7 @@ * Renders the attributed character iterator of a <tt>TextNode</tt>. * * @author <a href="mailto:[EMAIL PROTECTED]">Keiron Liddle</a> - * @version $Id: PDFTextPainter.java,v 1.9 2002/02/19 13:03:15 keiron Exp $ + * @version $Id: PDFTextPainter.java,v 1.10 2002/02/21 09:27:56 keiron Exp $ */ public class PDFTextPainter implements TextPainter { FontState fontState; @@ -83,7 +83,6 @@ (Float)aci.getAttribute(GVTAttributedCharacterIterator.TextAttribute.X); Float ypos = (Float)aci.getAttribute(GVTAttributedCharacterIterator.TextAttribute.Y); -System.out.println("data:" + size + ":" + forg + ":" + xpos + ":" + ypos); Float posture = (Float)aci.getAttribute(TextAttribute.POSTURE); Float taWeight = (Float)aci.getAttribute(TextAttribute.WEIGHT);
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]