Type Alias Kerx

Source
pub type Kerx<'a> = TableRef<'a, KerxMarker>;
Expand description

Aliased Type§

pub struct Kerx<'a> { /* private fields */ }

Implementations§

Source§

impl<'a> Kerx<'a>

Source

pub fn version(&self) -> u16

The version number of the extended kerning table (currently 2, 3, or 4)

Source

pub fn n_tables(&self) -> u32

The number of subtables included in the extended kerning table.

Source

pub fn subtables(&self) -> VarLenArray<'a, Subtable<'a>>

Trait Implementations§

Source§

impl<'a> FontRead<'a> for Kerx<'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 TopLevelTable for Kerx<'_>

Source§

const TAG: Tag

kerx