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
font_id: u16
font_name: String
is_small: bool
is_shift_jis: bool
is_ansi: bool
is_italic: bool
is_bold: bool
language: Option<LanguageCode>
code_units: Vec<u16>
Trait Implementations
impl Debug for DefineFontInfo[src]
impl PartialEq for DefineFontInfo[src]
fn eq(&self, __arg_0: &DefineFontInfo) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &DefineFontInfo) -> bool
This method tests for !=.