Update fontdb dependency to version 0.13
This commit is contained in:
parent
4ac5e1c6a6
commit
2c1d564d62
6 changed files with 24 additions and 11 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue