pub unsafe extern "C" fn msdfgen_Projection_projectY(
this: *const msdfgen_Projection,
y: f64,
) -> f64Expand description
Converts the Y-coordinate from shape to pixel coordinate space.
pub unsafe extern "C" fn msdfgen_Projection_projectY(
this: *const msdfgen_Projection,
y: f64,
) -> f64Converts the Y-coordinate from shape to pixel coordinate space.