Struct kicad_parse_gen::schematic::Text [] [src]

pub struct Text {
    pub t: TextType,
    pub x: i64,
    pub y: i64,
    pub orientation: i64,
    pub size: i64,
    pub shape: Option<String>,
    pub italic: bool,
    pub thickness: i64,
    pub text: String,
}

a text

Fields

type of the text

x-coordinate of the text

y-coordinate of the text

orientation of the text

size of the text

shape of the text

if it is italic

thickness (for bold)

the contained text

Trait Implementations

impl Debug for Text
[src]

[src]

Formats the value using the given formatter.

impl Display for Text
[src]

[src]

Formats the value using the given formatter. Read more