layoutContext.getStyle().setValue(FontStyleKeys.FONT_FAMILY, new CSSConstant("helvetica"));
final FontSpecification fontSpecification = layoutContext.getFontSpecification();
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',' '};