pub unsafe extern "C" fn fz_add_layout_line(
    ctx: *mut fz_context,
    block: *mut fz_layout_block,
    x: f32,
    y: f32,
    h: f32,
    p: *const c_char
)
Expand description

Add a new line to the end of the layout block.