TextMeasurementEngine

Trait TextMeasurementEngine 

Source
pub trait TextMeasurementEngine {
    // Required method
    fn measure_text(
        &self,
        size_available: Vec2,
        mapping: &CoordsMapping,
        widget: &TextBox,
    ) -> Option<Rect>;
}

Required Methods§

Source

fn measure_text( &self, size_available: Vec2, mapping: &CoordsMapping, widget: &TextBox, ) -> Option<Rect>

Implementations on Foreign Types§

Source§

impl TextMeasurementEngine for ()

Implementors§