Struct swf_tree::text::FontLayout [] [src]

pub struct FontLayout {
    pub ascent: u16,
    pub descent: u16,
    pub leading: u16,
    pub advances: Vec<u16>,
    pub bounds: Vec<Rect>,
    pub kerning: Vec<KerningRecord>,
}

Fields

Trait Implementations

impl Debug for FontLayout
[src]

Formats the value using the given formatter.

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