[][src]Trait piet_common::TextLayout

pub trait TextLayout {
    fn width(&self) -> f64;
}

Required methods

fn width(&self) -> f64

Measure the advance width of the text.

Loading content...

Implementations on Foreign Types

impl TextLayout for CairoTextLayout[src]

Loading content...

Implementors

Loading content...