pub fn process_render(
fdom: &FreyaDOM,
font_collection: &mut FontCollection,
render_fn: impl FnMut(&FreyaDOM, &NodeId, &LayoutNode, &mut FontCollection, &Torin<NodeId>),
)
Expand description
Call the render function for the nodes that should be rendered.