You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by kl...@apache.org on 2002/05/22 22:19:29 UTC

cvs commit: xml-fop/src/org/apache/fop/fo TextInfo.java

klease      02/05/22 13:19:28

  Modified:    src/org/apache/fop/fo TextInfo.java
  Log:
  Add hyphenation related property
  
  Revision  Changes    Path
  1.4       +2 -1      xml-fop/src/org/apache/fop/fo/TextInfo.java
  
  Index: TextInfo.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/TextInfo.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- TextInfo.java	28 Apr 2002 21:28:01 -0000	1.3
  +++ TextInfo.java	22 May 2002 20:19:28 -0000	1.4
  @@ -1,5 +1,5 @@
   /*
  - * $Id: TextInfo.java,v 1.3 2002/04/28 21:28:01 klease Exp $
  + * $Id: TextInfo.java,v 1.4 2002/05/22 20:19:28 klease 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."
  @@ -29,6 +29,7 @@
           public SpaceVal letterSpacing;
   
   	// Add hyphenation props too
  +	public boolean bCanHyphenate=true;
   
           // Textdecoration
           public boolean underlined = false;
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: fop-cvs-help@xml.apache.org