Trait i_slint_core::textlayout::FontMetrics
source · [−]pub trait FontMetrics<Length: Copy + Sub<Output = Length>> {
fn ascent(&self) -> Length;
fn descent(&self) -> Length;
fn height(&self) -> Length { ... }
}