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

Trait Implementations

impl Debug for DefineCffFont
[src]

Formats the value using the given formatter.

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