Function msdfgen_scanlineSDF2

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