fontSpecification.setFontFamily("Arial");
fontSpecification.setFontSize(12);
final FlowHtmlOutputProcessor out =
new FlowHtmlOutputProcessor(LibLayoutBoot.getInstance().getGlobalConfig());
final DefaultLayoutProcess layoutProcess = new DefaultLayoutProcess(out);
TestRenderableTextFactory tr = new TestRenderableTextFactory(layoutProcess);
// int[] text = new int[]{ ' ', 'A',' ', 'B',' '};
int[] text = new int[]{ '1'};