[−][src]Trait plotters_backend::BackendTextStyle
Associated Types
Loading content...Required methods
fn family(&self) -> FontFamily
fn layout_box(
&self,
text: &str
) -> Result<((i32, i32), (i32, i32)), Self::FontError>
&self,
text: &str
) -> Result<((i32, i32), (i32, i32)), Self::FontError>
fn draw<E, DrawFunc: FnMut(i32, i32, BackendColor) -> Result<(), E>>(
&self,
text: &str,
pos: BackendCoord,
draw: DrawFunc
) -> Result<Result<(), E>, Self::FontError>
&self,
text: &str,
pos: BackendCoord,
draw: DrawFunc
) -> Result<Result<(), E>, Self::FontError>