Trait i_slint_core::textlayout::AbstractFont

source ·
pub trait AbstractFont: TextShaper + FontMetrics<<Self as TextShaper>::Length> { }

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<T> AbstractFont for T
where T: TextShaper + FontMetrics<<Self as TextShaper>::Length>,