[][src]Trait plotters::style::IntoTextStyle

pub trait IntoTextStyle<'a> {
    fn into_text_style<P: HasDimension>(self, parent: &P) -> TextStyle<'a>;
}

Required methods

fn into_text_style<P: HasDimension>(self, parent: &P) -> TextStyle<'a>

Loading content...

Implementations on Foreign Types

impl<'a, T: SizeDesc> IntoTextStyle<'a> for (&'a str, T)[src]

impl<'a, T: SizeDesc> IntoTextStyle<'a> for (FontFamily<'a>, T)[src]

impl<'a, T: SizeDesc> IntoTextStyle<'a> for (&'a str, T, FontStyle)[src]

impl<'a, T: SizeDesc> IntoTextStyle<'a> for (FontFamily<'a>, T, FontStyle)[src]

Loading content...

Implementors

impl<'a> IntoTextStyle<'a> for FontFamily<'a>[src]

impl<'a> IntoTextStyle<'a> for FontDesc<'a>[src]

impl<'a> IntoTextStyle<'a> for TextStyle<'a>[src]

Loading content...