Trait FontMetrics

Source
pub trait FontMetrics {
    // Required method
    fn measure_text(
        &self,
        text: &str,
        size: f32,
        wrap_width: f32,
    ) -> FontMetricsBounds;
}

Required Methods§

Source

fn measure_text( &self, text: &str, size: f32, wrap_width: f32, ) -> FontMetricsBounds

Implementors§