read_fonts::tables::gdef

Type Alias CaretValueFormat1

Source
pub type CaretValueFormat1<'a> = TableRef<'a, CaretValueFormat1Marker>;
Expand description

Aliased Type§

struct CaretValueFormat1<'a> { /* private fields */ }

Implementations§

Source§

impl<'a> CaretValueFormat1<'a>

Source

pub fn caret_value_format(&self) -> u16

Format identifier: format = 1

Source

pub fn coordinate(&self) -> i16

X or Y value, in design units

Trait Implementations§

Source§

impl<'a> FontRead<'a> for CaretValueFormat1<'a>

Source§

fn read(data: FontData<'a>) -> Result<Self, ReadError>

Read an instance of Self from the provided data, performing validation. Read more