Struct opentype::spec::MaximumProfile [] [src]

pub struct MaximumProfile {
    pub version: Fixed,
    pub numGlyphs: USHORT,
}

Fields

version: Fixed numGlyphs: USHORT

Trait Implementations

impl Default for MaximumProfile
[src]

fn default() -> MaximumProfile

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

impl Table for MaximumProfile
[src]

fn read<R: Read>(&mut self, reader: &mut R) -> Result<()>