read_fonts::tables::gdef

Type Alias CaretValueFormat2

Source
pub type CaretValueFormat2<'a> = TableRef<'a, CaretValueFormat2Marker>;
Expand description

Aliased Type§

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

Implementations§

Source§

impl<'a> CaretValueFormat2<'a>

Source

pub fn caret_value_format(&self) -> u16

Format identifier: format = 2

Source

pub fn caret_value_point_index(&self) -> u16

Contour point index on glyph

Trait Implementations§

Source§

impl<'a> FontRead<'a> for CaretValueFormat2<'a>

Source§

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

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