Function msdfgen_generateMSDF_legacy

Source
pub unsafe extern "C" fn msdfgen_generateMSDF_legacy(
    output: *const msdfgen_BitmapRef<f32>,
    shape: *const msdfgen_Shape,
    range: f64,
    scale: *const msdfgen_Vector2,
    translate: *const msdfgen_Vector2,
    errorCorrectionConfig: msdfgen_ErrorCorrectionConfig,
)