Struct truetype::postscript::Version10 [] [src]

pub struct Version10 {
    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

version: q32 italic_angle: q32 underline_position: i16 underline_thickness: i16 is_fixed_pitch: u32 min_memory_type42: u32 max_memory_type42: u32 min_memory_type1: u32 max_memory_type1: u32

Trait Implementations

impl Copy for Version10
[src]

impl PartialEq for Version10
[src]

fn eq(&self, __arg_0: &Version10) -> bool

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

fn ne(&self, __arg_0: &Version10) -> bool

This method tests for !=.

impl Eq for Version10
[src]

impl Debug for Version10
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Clone for Version10
[src]

fn clone(&self) -> Version10

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Value for Version10
[src]

fn read<T: Tape>(tape: &mut T) -> Result<Self>

Read a value.