Struct swf_tree::tags::DefineFontInfo
source · 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§
source§impl Debug for DefineFontInfo
impl Debug for DefineFontInfo
source§impl<'de> Deserialize<'de> for DefineFontInfo
impl<'de> Deserialize<'de> for DefineFontInfo
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more