Struct afm::KernPair [] [src]

pub struct KernPair {
    pub first_kern_character: String,
    pub second_kern_character: String,
    pub x: f64,
    pub y: f64,
}

Fields

Trait Implementations

impl PartialEq for KernPair
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Debug for KernPair
[src]

[src]

Formats the value using the given formatter.