Struct swf_tree::text::KerningRecord
[−]
[src]
pub struct KerningRecord {
pub left_code_point: u16,
pub right_code_point: u16,
pub adjustment: i16,
}Fields
left_code_point: u16
right_code_point: 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 !=.