pub unsafe extern "C" fn msdfgen_generateMSDF(
    output: *const u8,
    shape: *const msdfgen_Shape,
    projection: *const msdfgen_Projection,
    range: f64,
    config: *const msdfgen_MSDFGeneratorConfig
)
Expand description

Generates a multi-channel signed distance field. Edge colors must be assigned first! (See edgeColoringSimple)