Trait embedded_graphics::primitives::StyledDimensions
source · [−]pub trait StyledDimensions<S> {
fn styled_bounding_box(&self, style: &S) -> Rectangle;
}
Expand description
Styled dimensions.
Required methods
fn styled_bounding_box(&self, style: &S) -> Rectangle
fn styled_bounding_box(&self, style: &S) -> Rectangle
Returns the bounding box using the given style.