Function layout_frame

Source
pub fn layout_frame(
    engine: &mut Engine<'_>,
    content: &Content,
    locator: Locator<'_>,
    styles: StyleChain<'_>,
    region: Region,
) -> SourceResult<Frame>
Expand description

Lays out content into a single region, producing a single frame.