Skip to content

Commit

Permalink
fix rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
dfrg committed Dec 11, 2024
1 parent e682f0a commit c213600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skrifa/src/outline/glyf/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1330,7 +1330,7 @@ mod tests {
let advance_hvar = scaled.adjusted_advance_width();
// Set HVAR table to None to force loading metrics from gvar
outlines.glyph_metrics.hvar = None;
let scaler = FreeTypeScaler::unhinted(&outlines, &outline, &mut [], ppem, &coords).unwrap();
let scaler = FreeTypeScaler::unhinted(&outlines, &outline, &mut buf, ppem, &coords).unwrap();
let scaled = scaler.scale(&outline.glyph, gid).unwrap();
let advance_gvar = scaled.adjusted_advance_width();
// Make sure we have an advance and that the two are the same
Expand Down

0 comments on commit c213600

Please sign in to comment.