Trait plotters::style::IntoFont[][src]

pub trait IntoFont<'a> {
    fn into_font(self) -> FontDesc<'a>;
}
Expand description

The trait that allows some type turns into a font description

Required methods

fn into_font(self) -> FontDesc<'a>[src]

Make the font description from the source type

Implementors

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

fn into_font(self) -> FontDesc<'a>[src]