Struct truetype::MaximumProfile10 [] [src]

pub struct MaximumProfile10 {
    pub version: Fixed,
    pub glyph_count: u16,
    pub max_points: u16,
    pub max_contours: u16,
    pub max_composite_points: u16,
    pub max_composite_contours: u16,
    pub max_zones: u16,
    pub max_twilight_points: u16,
    pub max_storage: u16,
    pub max_function_definitions: u16,
    pub max_instruction_definitions: u16,
    pub max_stack_elements: u16,
    pub max_size_of_instructions: u16,
    pub max_component_elements: u16,
    pub max_component_depth: u16,
}

A maximum profile of version 1.0.

Fields

version: Fixed glyph_count: u16 max_points: u16 max_contours: u16 max_composite_points: u16 max_composite_contours: u16 max_zones: u16 max_twilight_points: u16 max_storage: u16 max_function_definitions: u16 max_instruction_definitions: u16 max_stack_elements: u16 max_size_of_instructions: u16 max_component_elements: u16 max_component_depth: u16

Trait Implementations

impl Copy for MaximumProfile10
[src]

impl PartialEq for MaximumProfile10
[src]

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

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

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

This method tests for !=.

impl Eq for MaximumProfile10
[src]

impl Default for MaximumProfile10
[src]

fn default() -> MaximumProfile10

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

impl Debug for MaximumProfile10
[src]

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

Formats the value using the given formatter.

impl Clone for MaximumProfile10
[src]

fn clone(&self) -> MaximumProfile10

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

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

Read a value.