Skip to main content

layout_presentation_deterministic

Function layout_presentation_deterministic 

Source
pub fn layout_presentation_deterministic(
    input: &RenderInput,
) -> Result<LayoutResult, RenderInputError>
Expand description

Lower every resolved slide using only bundled and presentation-embedded fonts.

Unlike layout_presentation, this entry point never discovers host system fonts, so its raster output is suitable for deterministic comparison gates.