pub(super) fn compute_widths(
shaper: &Shaper<'_>,
coords: &[F2Dot14],
style: &StyleClass,
) -> [(WidthMetrics, SmallVec<i32, MAX_WIDTHS>); 2]
Expand description
Compute all stem widths and initialize standard width and height for the given script.
Returns width metrics and unscaled widths for each dimension.