Struct truetype::compound::PostScript10 [] [src]

pub struct PostScript10 {
    pub version: Fixed,
    pub italicAngle: Fixed,
    pub underlinePosition: i16,
    pub underlineThickness: i16,
    pub isFixedPitch: u32,
    pub minMemType42: u32,
    pub maxMemType42: u32,
    pub minMemType1: u32,
    pub maxMemType1: u32,
}

PostScript information of version 1.0.

Fields

version: Fixed italicAngle: Fixed underlinePosition: i16 underlineThickness: i16 isFixedPitch: u32 minMemType42: u32 maxMemType42: u32 minMemType1: u32 maxMemType1: u32

Trait Implementations

impl Copy for PostScript10
[src]

impl PartialEq for PostScript10
[src]

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

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

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

This method tests for !=.

impl Eq for PostScript10
[src]

impl Default for PostScript10
[src]

fn default() -> PostScript10

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

impl Debug for PostScript10
[src]

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

Formats the value using the given formatter.

impl Clone for PostScript10
[src]

fn clone(&self) -> PostScript10

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 PostScript10
[src]

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

Read a value.