Update fontdb dependency to version 0.13

This commit is contained in:
Edgar Geier 2023-03-01 11:50:10 +01:00
parent 750d988429
commit f8bc71af0a
No known key found for this signature in database
GPG key ID: 7A65B51FD6B75EF5
6 changed files with 24 additions and 11 deletions

View file

@ -150,7 +150,7 @@ fn shape_run(
None => break,
};
log::trace!("Evaluating fallback with font '{}'", font.info.family);
log::trace!("Evaluating fallback with font '{}'", font.name());
let (mut fb_glyphs, fb_missing) =
shape_fallback(&font, line, attrs_list, start_run, end_run, span_rtl);