pub unsafe extern "C" fn msdfgen_Scanline_filled(
this: *const msdfgen_Scanline,
x: f64,
fillRule: msdfgen_FillRule,
) -> boolExpand description
Decides whether the scanline is filled at x based on fill rule.
pub unsafe extern "C" fn msdfgen_Scanline_filled(
this: *const msdfgen_Scanline,
x: f64,
fillRule: msdfgen_FillRule,
) -> boolDecides whether the scanline is filled at x based on fill rule.