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