import org.apache.fop.fo.FObjectNames;
import org.apache.fop.fo.PropNames;
import org.apache.fop.fo.PropertySets;
+import org.apache.fop.render.FontData;
import org.apache.fop.xml.XmlEvent;
/**
/** The #PCDATA characters. */
private String characters;
+ private FontData fontData;
/**
* Construct an FoPcdata object to contain the characters from a
super(foTree, FObjectNames.PCDATA, pageSequence, parent, event,
stateFlags, sparsePropsMap, sparseIndices);
characters = event.getChars();
+ fontData = foTree.getFontData();
makeSparsePropsSet();
}
*/
private void processText() {
// Get the font
- //
+
}
}