aboutsummaryrefslogtreecommitdiffstats
path: root/src/org/apache/fop/fo/TextInfo.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/org/apache/fop/fo/TextInfo.java')
-rw-r--r--src/org/apache/fop/fo/TextInfo.java40
1 files changed, 20 insertions, 20 deletions
diff --git a/src/org/apache/fop/fo/TextInfo.java b/src/org/apache/fop/fo/TextInfo.java
index 1bd9d8185..0c2ff695b 100644
--- a/src/org/apache/fop/fo/TextInfo.java
+++ b/src/org/apache/fop/fo/TextInfo.java
@@ -1,8 +1,8 @@
/*
* $Id$
- * Copyright (C) 2001 The Apache Software Foundation. All rights reserved.
+ * Copyright (C) 2001-2002 The Apache Software Foundation. All rights reserved.
* For details on use and redistribution please refer to the
- * LICENSE file included with these sources."
+ * LICENSE file included with these sources.
*/
package org.apache.fop.fo;
@@ -15,25 +15,25 @@ import org.apache.fop.traits.SpaceVal;
/**
* Collection of properties used in
*/
- public class TextInfo {
- public FontState fs;
- public ColorType color;
- public int wrapOption;
- public boolean bWrap ; // True if wrap-option = WRAP
- public int whiteSpaceCollapse;
- public int verticalAlign;
- public int lineHeight;
+public class TextInfo {
+ public FontState fs;
+ public ColorType color;
+ public int wrapOption;
+ public boolean bWrap ; // True if wrap-option = WRAP
+ public int whiteSpaceCollapse;
+ public int verticalAlign;
+ public int lineHeight;
- // Props used for calculating inline-progression-dimension
- public SpaceVal wordSpacing;
- public SpaceVal letterSpacing;
+ // Props used for calculating inline-progression-dimension
+ public SpaceVal wordSpacing;
+ public SpaceVal letterSpacing;
- // Add hyphenation props too
- public boolean bCanHyphenate=true;
+ // Add hyphenation props too
+ public boolean bCanHyphenate=true;
- // Textdecoration
- public boolean underlined = false;
- public boolean overlined = false;
- public boolean lineThrough = false;
- }
+ // Textdecoration
+ public boolean underlined = false;
+ public boolean overlined = false;
+ public boolean lineThrough = false;
+}