public DefaultRenderableTextFactory(final OutputProcessorMetaData metaData)
{
this.metaData = metaData;
this.clusterProducer = new GraphemeClusterProducer();
this.languageClassifier = new DefaultLanguageClassifier();
this.startText = true;
this.words = new ArrayList<RenderNode>(20);
this.dims = new GlyphMetrics();
this.noKerningProducer = new NoKerningProducer();
this.spacingProducer = new StaticSpacingProducer(Spacing.EMPTY_SPACING);