Searched defs:IntoTextStyle (Results 1 – 1 of 1) sorted by relevance
/external/rust/crates/plotters/src/style/ |
D | text.rs | 19 pub trait IntoTextStyle<'a> { interface 41 impl<'a, T: SizeDesc> IntoTextStyle<'a> for (&'a str, T) { impl 47 impl<'a, T: SizeDesc> IntoTextStyle<'a> for (FontFamily<'a>, T) { impl 53 impl<'a, T: SizeDesc> IntoTextStyle<'a> for (&'a str, T, FontStyle) { impl 59 impl<'a, T: SizeDesc> IntoTextStyle<'a> for (FontFamily<'a>, T, FontStyle) { impl
|