diff options
-rw-r--r-- | src/org/apache/fop/fo/FObjMixed.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/org/apache/fop/fo/FObjMixed.java b/src/org/apache/fop/fo/FObjMixed.java index b3c99d8a8..32eb46651 100644 --- a/src/org/apache/fop/fo/FObjMixed.java +++ b/src/org/apache/fop/fo/FObjMixed.java @@ -25,6 +25,7 @@ public class FObjMixed extends FObj { protected void addCharacters(char data[], int start, int length) { if(textInfo == null) { + textInfo = new FOText.TextInfo(); String fontFamily = getProperty("font-family").getString(); String fontStyle = |