pub unsafe extern "C" fn msdfgen_Scanline_countIntersections(
this: *const msdfgen_Scanline,
x: f64,
) -> c_intExpand description
Returns the number of intersections left of x.
pub unsafe extern "C" fn msdfgen_Scanline_countIntersections(
this: *const msdfgen_Scanline,
x: f64,
) -> c_intReturns the number of intersections left of x.