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);
this.spacingProducerKey = Spacing.EMPTY_SPACING;
this.glyphList = new GlyphList(100);
}