Struct truetype::postscript::PostScript2 [] [src]

pub struct PostScript2 {
    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,
    pub glyph_count: u16,
    pub glyph_name_indices: Vec<u16>,
    pub glyph_names: Vec<String>,
}

PostScript information of version 2.0.

Fields

Trait Implementations

impl Clone for PostScript2
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PostScript2
[src]

Formats the value using the given formatter.

impl Value for PostScript2
[src]

Read a value.