Update fontdb dependency to version 0.13

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

View file

@ -149,7 +149,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);