pub unsafe extern "C" fn msdfgen_generateMTSDF(
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 with true distance in the alpha channel. Edge colors must be assigned first.