Struct swf_tree::tags::DefineFontAlignZones [] [src]

pub struct DefineFontAlignZones {
    pub font_id: u16,
    pub csm_table_hint: CsmTableHint,
    pub zones: Vec<FontAlignmentZone>,
}

Fields

Trait Implementations

impl Debug for DefineFontAlignZones
[src]

Formats the value using the given formatter.

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