Struct opentype::spec::OffsetTable [] [src]

pub struct OffsetTable {
    pub version: Fixed,
    pub numTables: USHORT,
    pub searchRange: USHORT,
    pub entrySelector: USHORT,
    pub rangeShift: USHORT,
}

Fields

version: Fixed numTables: USHORT searchRange: USHORT entrySelector: USHORT rangeShift: USHORT

Trait Implementations

impl Default for OffsetTable
[src]

fn default() -> OffsetTable

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

impl Table for OffsetTable
[src]

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