Struct kicad_parse_gen::footprint::Font [] [src]

pub struct Font {
    pub size: Xy,
    pub thickness: f64,
}

font attributes for text

Fields

size of the font

thickness of the font

Trait Implementations

impl Debug for Font
[src]

Formats the value using the given formatter.

impl Clone for Font
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Font
[src]

Returns the "default value" for a type. Read more

impl IntoSexp for Font
[src]

convert self into a Sexp