Struct swf_tree::tags::DefineFont3
[−]
[src]
pub struct DefineFont3 {
pub 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: LanguageCode,
pub glyphs: Vec<Glyph>,
pub code_units: Vec<u16>,
pub layout: Option<FontLayout>,
}Fields
id: u16
font_name: String
is_small: bool
is_shift_jis: bool
is_ansi: bool
is_italic: bool
is_bold: bool
language: LanguageCode
glyphs: Vec<Glyph>
code_units: Vec<u16>
layout: Option<FontLayout>
Trait Implementations
impl Debug for DefineFont3[src]
impl PartialEq for DefineFont3[src]
fn eq(&self, __arg_0: &DefineFont3) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &DefineFont3) -> bool
This method tests for !=.