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

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: u16descent: u16leading: u16advances: Vec<u16>bounds: Vec<Rect>kerning: Vec<KerningRecord>

Trait Implementations

impl PartialEq<FontLayout> for FontLayout[src]

impl Eq for FontLayout[src]

impl Debug for FontLayout[src]

impl Serialize for FontLayout[src]

impl<'de> Deserialize<'de> for FontLayout[src]

Auto Trait Implementations

impl Send for FontLayout

impl Sync for FontLayout

Blanket Implementations

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]