pub unsafe extern "C" fn fz_add_layout_char(
ctx: *mut fz_context,
block: *mut fz_layout_block,
x: f32,
w: f32,
p: *const c_char,
)
Expand description
Add a new char to the line at the end of the layout block.
pub unsafe extern "C" fn fz_add_layout_char(
ctx: *mut fz_context,
block: *mut fz_layout_block,
x: f32,
w: f32,
p: *const c_char,
)
Add a new char to the line at the end of the layout block.