Struct opentype::spec::CharMappingHeader [] [src]

pub struct CharMappingHeader {
    pub version: USHORT,
    pub numTables: USHORT,
}

Fields

version: USHORT numTables: USHORT

Trait Implementations

impl Default for CharMappingHeader
[src]

fn default() -> CharMappingHeader

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

impl Table for CharMappingHeader
[src]

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