[][src]Struct fl::font::FontOpts

pub struct FontOpts {
    pub hard_blank: char,
    pub height: usize,
    pub baseline: usize,
    pub max_len: usize,
    pub num_comment_lines: usize,
    pub print_direction: u8,
    pub code_tag_count: Option<usize>,
    pub fitting_rules: FittingRules,
}

Fields

hard_blank: charheight: usizebaseline: usizemax_len: usizenum_comment_lines: usizeprint_direction: u8code_tag_count: Option<usize>fitting_rules: FittingRules

Trait Implementations

impl Debug for FontOpts[src]

impl Default for FontOpts[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.