pub unsafe extern "C" fn msdfgen_Scanline_filled(
    this: *const msdfgen_Scanline,
    x: f64,
    fillRule: msdfgen_FillRule
) -> bool
Expand description

Decides whether the scanline is filled at x based on fill rule.