Struct dxf::entities::ArcAlignedText [] [src]

pub struct ArcAlignedText {
    pub text: String,
    pub font_name: String,
    pub bigfont_name: String,
    pub text_style_name: String,
    pub center_point: Point,
    pub arc_radius: f64,
    pub width_factor: f64,
    pub text_height: f64,
    pub character_spacing: f64,
    pub offset_from_arc: f64,
    pub right_offset: f64,
    pub left_offset: f64,
    pub start_angle: f64,
    pub end_angle: f64,
    pub is_character_order_reversed: bool,
    pub direction_flag: i16,
    pub alignment_flag: i16,
    pub side_flag: i16,
    pub is_bold: bool,
    pub is_italic: bool,
    pub is_underline: bool,
    pub character_set_value: i16,
    pub pitch_and_family_value: i16,
    pub font_type: FontType,
    pub color_index: i32,
    pub extrusion_direction: Vector,
    pub wizard_flag: i16,
}

Fields

Trait Implementations

impl Clone for ArcAlignedText
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ArcAlignedText
[src]

Formats the value using the given formatter.

impl PartialEq for ArcAlignedText
[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 ArcAlignedText
[src]

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