Struct swf_tree::tags::DefinePartialFont [] [src]

pub struct DefinePartialFont {
    pub id: u16,
    pub glyphs: Vec<Glyph>,
}

Fields

Trait Implementations

impl Debug for DefinePartialFont
[src]

Formats the value using the given formatter.

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