Struct truetype::postscript::PostScript1 [] [src]

pub struct PostScript1 {
    pub version: q32,
    pub italic_angle: q32,
    pub underline_position: i16,
    pub underline_thickness: i16,
    pub is_fixed_pitch: u32,
    pub min_memory_type42: u32,
    pub max_memory_type42: u32,
    pub min_memory_type1: u32,
    pub max_memory_type1: u32,
}

PostScript information of version 1.0.

Fields

Trait Implementations

impl Copy for PostScript1
[src]

impl Clone for PostScript1
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PostScript1
[src]

Formats the value using the given formatter.

impl Value for PostScript1
[src]

Read a value.