Struct afm::CharMetric [] [src]

pub struct CharMetric {
    pub name: String,
    pub bbox: Bbox<f64>,
    pub ligatures: Vec<Ligature>,
    pub character_code: i32,
    pub wx: f64,
    pub w0x: f64,
    pub w1x: f64,
    pub wy: f64,
    pub w0y: f64,
    pub w1y: f64,
    pub w: (f64, f64),
    pub w0: (f64, f64),
    pub w1: (f64, f64),
    pub vv: (f64, f64),
}

Fields

Trait Implementations

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

[src]

Formats the value using the given formatter.

impl Default for CharMetric
[src]

[src]

Returns the "default value" for a type. Read more