Function msdfgen_generateMTSDF

Source
pub unsafe extern "C" fn msdfgen_generateMTSDF(
    output: *const msdfgen_BitmapRef<f32>,
    shape: *const msdfgen_Shape,
    projection: *const msdfgen_Projection,
    range: f64,
    config: *const msdfgen_MSDFGeneratorConfig,
)
Expand description

Generates a multi-channel signed distance field with true distance in the alpha channel. Edge colors must be assigned first.