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
ascent: u16
descent: u16
leading: u16
advances: Vec<u16>
bounds: Vec<Rect>
kerning: Vec<KerningRecord>
Trait Implementations
impl Debug for FontLayout[src]
impl PartialEq for FontLayout[src]
fn eq(&self, __arg_0: &FontLayout) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &FontLayout) -> bool
This method tests for !=.