⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

render_to_display_list

Function render_to_display_list 

Source
pub fn render_to_display_list(
    html: &str,
    css: &str,
    width: i32,
    height: i32,
) -> (LayoutBox, DisplayList)
Expand description

Render HTML and return (layout, display_list) for inspection