Struct swf_tree::tags::DefineFontAlignZones
[−]
[src]
pub struct DefineFontAlignZones {
pub font_id: u16,
pub csm_table_hint: CsmTableHint,
pub zones: Vec<FontAlignmentZone>,
}Fields
font_id: u16
csm_table_hint: CsmTableHint
zones: Vec<FontAlignmentZone>
Trait Implementations
impl Debug for DefineFontAlignZones[src]
impl PartialEq for DefineFontAlignZones[src]
fn eq(&self, __arg_0: &DefineFontAlignZones) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &DefineFontAlignZones) -> bool
This method tests for !=.