Struct dxf::entities::MText [] [src]

pub struct MText {
    pub insertion_point: Point,
    pub initial_text_height: f64,
    pub reference_rectangle_width: f64,
    pub attachment_point: AttachmentPoint,
    pub drawing_direction: DrawingDirection,
    pub extended_text: Vec<String>,
    pub text: String,
    pub text_style_name: String,
    pub extrusion_direction: Vector,
    pub x_axis_direction: Vector,
    pub horizontal_width: f64,
    pub vertical_height: f64,
    pub rotation_angle: f64,
    pub line_spacing_style: MTextLineSpacingStyle,
    pub line_spacing_factor: f64,
    pub background_fill_setting: BackgroundFillSetting,
    pub background_color_rgb: i32,
    pub background_color_name: String,
    pub fill_box_scale: f64,
    pub background_fill_color: Color,
    pub background_fill_color_transparency: i32,
    pub column_type: i16,
    pub column_count: i32,
    pub is_column_flow_reversed: bool,
    pub is_column_auto_height: bool,
    pub column_width: f64,
    pub column_gutter: f64,
    pub column_heights: Vec<f64>,
}

Fields

Trait Implementations

impl Clone for MText
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for MText
[src]

Formats the value using the given formatter.

impl PartialEq for MText
[src]

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

This method tests for !=.

impl Default for MText
[src]

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