Struct swf_tree::text::KerningRecord [] [src]

pub struct KerningRecord {
    pub left: u16,
    pub right: u16,
    pub adjustment: i16,
}

Fields

Trait Implementations

impl Debug for KerningRecord
[src]

Formats the value using the given formatter.

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