Update glyph_brush and glow_glyph
This commit is contained in:
parent
22ced3485e
commit
823ea15732
7 changed files with 41 additions and 86 deletions
|
|
@ -250,10 +250,6 @@ impl backend::Text for Backend {
|
|||
) -> (f32, f32) {
|
||||
self.text_pipeline.measure(contents, size, font, bounds)
|
||||
}
|
||||
|
||||
fn space_width(&self, size: f32) -> f32 {
|
||||
self.text_pipeline.space_width(size)
|
||||
}
|
||||
}
|
||||
|
||||
#[cfg(feature = "image")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue