Function msdfgen_scanlineSDF1

Source
pub unsafe extern "C" fn msdfgen_scanlineSDF1(
    line: *mut msdfgen_Scanline,
    sdf: *const msdfgen_BitmapConstRef<f32>,
    projection: *const msdfgen_Projection,
    y: f64,
    inverseYAxis: bool,
)