Struct swf_tree::text::KerningRecord
[−]
[src]
pub struct KerningRecord { pub left: u16, pub right: u16, pub adjustment: i16, }
Fields
left: u16
right: u16
adjustment: i16
Trait Implementations
impl Debug for KerningRecord
[src]
impl PartialEq for KerningRecord
[src]
fn eq(&self, __arg_0: &KerningRecord) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &KerningRecord) -> bool
This method tests for !=
.