Function msdfgen_Projection_projectY

Source
pub unsafe extern "C" fn msdfgen_Projection_projectY(
    this: *const msdfgen_Projection,
    y: f64,
) -> f64
Expand description

Converts the Y-coordinate from shape to pixel coordinate space.