Draft new iced_graphics crate 🎉
This commit is contained in:
parent
d4743183d4
commit
05af8d00d4
100 changed files with 861 additions and 1755 deletions
|
|
@ -138,7 +138,7 @@ impl Pipeline {
|
|||
.advance_width
|
||||
}
|
||||
|
||||
pub fn clear_measurement_cache(&mut self) {
|
||||
pub fn trim_measurement_cache(&mut self) {
|
||||
// TODO: We should probably use a `GlyphCalculator` for this. However,
|
||||
// it uses a lifetimed `GlyphCalculatorGuard` with side-effects on drop.
|
||||
// This makes stuff quite inconvenient. A manual method for trimming the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue