Struct dxf::tables::Style [] [src]

pub struct Style {
    pub name: String,
    pub handle: u32,
    pub extension_data_groups: Vec<ExtensionGroup>,
    pub x_data: Vec<XData>,
    pub text_height: f64,
    pub width_factor: f64,
    pub oblique_angle: f64,
    pub text_generation_flags: i32,
    pub last_height_used: f64,
    pub primary_font_file_name: String,
    pub big_font_file_name: String,
    // some fields omitted
}

Fields

Methods

impl Style
[src]

[src]

Ensure all values are valid.

impl Style
[src]

[src]

[src]

Trait Implementations

impl Default for Style
[src]

[src]

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