pub unsafe extern "C" fn msdfgen_generateMSDF(
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. Edge colors must be assigned first! (See edgeColoringSimple)