Struct swf_tree::tags::DefineDynamicText [] [src]

pub struct DefineDynamicText {
    pub id: u16,
    pub bounds: String,
    pub word_wrap: bool,
    pub multiline: bool,
    pub password: bool,
    pub readonly: bool,
    pub auto_size: bool,
    pub no_select: bool,
    pub border: bool,
    pub was_static: bool,
    pub html: bool,
    pub use_glyph_font: bool,
    pub font_id: Option<u16>,
    pub font_size: Option<u16>,
    pub font_class: Option<String>,
    pub color: Option<StraightSRgba8>,
    pub max_length: u16,
    pub align: Option<TextAlignment>,
    pub margin_left: u16,
    pub margin_right: u16,
    pub indent: u16,
    pub leading: u16,
    pub variable_name: String,
    pub initial_text: Option<String>,
}

Fields

Trait Implementations

impl Debug for DefineDynamicText
[src]

Formats the value using the given formatter.

impl PartialEq for DefineDynamicText
[src]

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

This method tests for !=.

impl Eq for DefineDynamicText
[src]