Type Alias ttf_parser::opentype_layout::Class

source ·
pub type Class = u16;
Expand description

Trait Implementations§

source§

impl FromData for u16

source§

const SIZE: usize = 2usize

Object’s raw data size. Read more
source§

fn parse(data: &[u8]) -> Option<Self>

Parses an object from a raw data.