diff --git a/src/shape.rs b/src/shape.rs index f82e8fe..42d6a40 100644 --- a/src/shape.rs +++ b/src/shape.rs @@ -278,8 +278,8 @@ impl ShapeGlyph { pub struct ShapeWord { pub blank: bool, pub glyphs: Vec, - x_advance: f32, - y_advance: f32, + pub x_advance: f32, + pub y_advance: f32, } impl ShapeWord {