builder.append(FontStyleKeys.FONT_STYLE,
layoutContext.getValue(FontStyleKeys.FONT_STYLE));
builder.append(TextStyleKeys.TEXT_ALIGN, layoutContext.getValue(TextStyleKeys.TEXT_ALIGN));
builder.append(TextStyleKeys.TEXT_ALIGN_LAST, layoutContext.getValue(TextStyleKeys.TEXT_ALIGN_LAST));
final NodeLayoutProperties nlp = box.getNodeLayoutProperties();
//final BoxLayoutProperties blp = box.getBoxLayoutProperties();
final ComputedLayoutProperties sblp = box.getComputedLayoutProperties();
builder.append(LineStyleKeys.VERTICAL_ALIGN, nlp.getVerticalAlignment());
if (sblp.getPaddingTop() > 0 ||
sblp.getPaddingLeft() > 0 ||
sblp.getPaddingBottom() > 0 ||
sblp.getPaddingRight() > 0)