Auto merge of #9013 - antrik:debug-fontgroup, r=Ms2ger

Derive Debug for FontGroup and Homu is a bully

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9013)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2015-12-18 14:23:15 +05:30
commit 6490d1e1c5
10 changed files with 20 additions and 9 deletions

View file

@ -134,11 +134,13 @@ impl ShapedGlyphData {
}
}
#[derive(Debug)]
struct FontAndShapingOptions {
font: *mut Font,
options: ShapingOptions,
}
#[derive(Debug)]
pub struct Shaper {
hb_face: *mut hb_face_t,
hb_font: *mut hb_font_t,