Function msdfgen_Projection_project

Source
pub unsafe extern "C" fn msdfgen_Projection_project(
    this: *const msdfgen_Projection,
    coord: *const msdfgen_Point2,
) -> msdfgen_Point2
Expand description

Converts the shape coordinate to pixel coordinate.