pub struct Typography {
pub title_font: Option<FontInfo>,
pub axis_font: Option<FontInfo>,
pub legend_font: Option<FontInfo>,
pub readability_score: f32,
}Expand description
Typography analysis
Fields§
§title_font: Option<FontInfo>Title font info
axis_font: Option<FontInfo>Axis font info
legend_font: Option<FontInfo>Legend font info
readability_score: f32Overall readability score
Trait Implementations§
Source§impl Clone for Typography
impl Clone for Typography
Source§fn clone(&self) -> Typography
fn clone(&self) -> Typography
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for Typography
impl RefUnwindSafe for Typography
impl Send for Typography
impl Sync for Typography
impl Unpin for Typography
impl UnwindSafe for Typography
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more