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
font_id: Option<u16>
color: Option<StraightSRgba8>
offset_x: i16
offset_y: i16
font_size: Option<u16>
entries: Vec<GlyphEntry>
Trait Implementations
impl Debug for TextRecord
[src]
impl PartialEq for TextRecord
[src]
fn eq(&self, __arg_0: &TextRecord) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &TextRecord) -> bool
This method tests for !=
.