pub unsafe extern "C" fn fz_layout_document(
ctx: *mut fz_context,
doc: *mut fz_document,
w: f32,
h: f32,
em: f32,
)Expand description
Layout reflowable document types.
w, h: Page size in points.em: Default font size in points.