pub unsafe extern "C" fn msdfgen_scanlineSDF(
    line: *mut msdfgen_Scanline,
    sdf: *const u8,
    projection: *const msdfgen_Projection,
    y: f64,
    inverseYAxis: bool
)
Expand description

Analytically constructs a scanline at y evaluating fill by linear interpolation of the SDF.