Struct swf_tree::text::TextRecord [] [src]

pub struct TextRecord {
    pub font_id: Option<u16>,
    pub color: Option<StraightSRgba8>,
    pub offset_x: i16,
    pub offset_y: i16,
    pub font_size: Option<u16>,
    pub entries: Vec<GlyphEntry>,
}

Fields

Trait Implementations

impl Debug for TextRecord
[src]

Formats the value using the given formatter.

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