pub unsafe extern "C" fn msdfgen_rasterize(
    output: *const u8,
    shape: *const msdfgen_Shape,
    projection: *const msdfgen_Projection,
    fillRule: msdfgen_FillRule
)
Expand description

Rasterizes the shape into a monochrome bitmap.