pub unsafe extern "C" fn msdfgen_Projection_project(
this: *const msdfgen_Projection,
coord: *const msdfgen_Point2,
) -> msdfgen_Point2Expand description
Converts the shape coordinate to pixel coordinate.
pub unsafe extern "C" fn msdfgen_Projection_project(
this: *const msdfgen_Projection,
coord: *const msdfgen_Point2,
) -> msdfgen_Point2Converts the shape coordinate to pixel coordinate.