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

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

font attributes for text

Fields

size of the font

thickness of the font

if it is italic

Trait Implementations

impl Debug for Font
[src]

[src]

Formats the value using the given formatter.

impl Clone for Font
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for Font
[src]

[src]

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

impl PartialEq for Font
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl IntoSexp for Font
[src]

[src]

convert self into a Sexp

impl FromSexp for Font
[src]

[src]

convert from a symbolic-expression to something