Make ShapeWord::x/y_advance pub
This commit is contained in:
parent
25a3367ef9
commit
e38a302599
1 changed files with 2 additions and 2 deletions
|
|
@ -278,8 +278,8 @@ impl ShapeGlyph {
|
|||
pub struct ShapeWord {
|
||||
pub blank: bool,
|
||||
pub glyphs: Vec<ShapeGlyph>,
|
||||
x_advance: f32,
|
||||
y_advance: f32,
|
||||
pub x_advance: f32,
|
||||
pub y_advance: f32,
|
||||
}
|
||||
|
||||
impl ShapeWord {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue