Function normalize_font_matrix
pub fn normalize_font_matrix(
matrix: [Fixed; 6],
scaled_upem: i32,
) -> ([Fixed; 6], i32)Expand description
Given a font matrix and a scaled UPEM, compute a new font matrix and UPEM scale factor where the Y scale of the matrix is 1.0.