From: Karen Lease Date: Fri, 9 Nov 2001 23:04:21 +0000 (+0000) Subject: Fix an NPE X-Git-Tag: fop-0_20_4-doc~209 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=af32d52f3d0d482ca55cf83ec980b69b2cd487e3;p=xmlgraphics-fop.git Fix an NPE git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194554 13f79535-47bb-0310-9956-ffa450edef68 --- 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 =