mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
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:
commit
6490d1e1c5
10 changed files with 20 additions and 9 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue