pub fn kern_diff(
font_a: &FontRef<'_>,
font_b: &FontRef<'_>,
max_changes: usize,
no_match: bool,
) -> ValueExpand description
Compare two fonts and return a JSON representation of the differences in kerning
Arguments:
font_a- The first font to comparefont_b- The second font to comparemax_changes- The maximum number of changes to report before giving upno_match- Don’t try to match glyph names between fonts