mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Fix logging to account for lack of Default.
This commit is contained in:
parent
f016ede8b0
commit
11dc2ff875
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ impl FontHandleMethods for FontHandle {
|
||||||
max_advance: Au::from_pt(bounding_rect.size.width as f64)
|
max_advance: Au::from_pt(bounding_rect.size.width as f64)
|
||||||
};
|
};
|
||||||
|
|
||||||
debug!("Font metrics (@{:f} pt): {}", self.ctfont.pt_size() as f64, metrics);
|
debug!("Font metrics (@{:f} pt): {:?}", self.ctfont.pt_size() as f64, metrics);
|
||||||
return metrics;
|
return metrics;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue