attributes.setDeviceLayoutContext(context);
// Get the style sheet associated with the layout and push it into the
// styling engine.
RuntimeDeviceLayout runtimeDeviceLayout = context.getDeviceLayout();
CompiledStyleSheet layoutStyleSheet =
runtimeDeviceLayout.getCompiledStyleSheet();
// Set up the styling engine with the applicable style sheets.
FormatStylingEngine formatStylingEngine =
formatRendererContext.getFormatStylingEngine();