IntoFont

Trait IntoFont 

Source
pub trait IntoFont<'a> {
    // Required method
    fn into_font(self) -> FontDesc<'a>;
}

Required Methods§

Source

fn into_font(self) -> FontDesc<'a>

Implementors§

Source§

impl<'a, T: Into<FontDesc<'a>>> IntoFont<'a> for T