pub unsafe extern "C" fn msdfgen_Shape_scanline(
this: *const msdfgen_Shape,
line: *mut msdfgen_Scanline,
y: f64,
)Expand description
Outputs the scanline that intersects the shape at y.
pub unsafe extern "C" fn msdfgen_Shape_scanline(
this: *const msdfgen_Shape,
line: *mut msdfgen_Scanline,
y: f64,
)Outputs the scanline that intersects the shape at y.