Type Alias read_fonts::tables::gdef::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> Debug for CaretValueFormat2<'a>

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
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
source§

impl<'a> SomeTable<'a> for CaretValueFormat2<'a>

source§

fn type_name(&self) -> &str

The name of this table
source§

fn get_field(&self, idx: usize) -> Option<Field<'a>>

Access this table’s fields, in declaration order.