Struct swf_tree::tags::DefineFontInfo [] [src]

pub struct DefineFontInfo {
    pub font_id: u16,
    pub font_name: String,
    pub is_small: bool,
    pub is_shift_jis: bool,
    pub is_ansi: bool,
    pub is_italic: bool,
    pub is_bold: bool,
    pub language: Option<LanguageCode>,
    pub code_units: Vec<u16>,
}

Fields

Trait Implementations

impl Debug for DefineFontInfo
[src]

Formats the value using the given formatter.

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