Struct swf_tree::tags::DefineCffFont
[−]
[src]
pub struct DefineCffFont { pub id: u16, pub font_name: String, pub is_italic: bool, pub is_bold: bool, pub data: Vec<u8>, }
Fields
id: u16
font_name: String
is_italic: bool
is_bold: bool
data: Vec<u8>
Trait Implementations
impl Debug for DefineCffFont
[src]
impl PartialEq for DefineCffFont
[src]
fn eq(&self, __arg_0: &DefineCffFont) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &DefineCffFont) -> bool
This method tests for !=
.