Type Alias read_fonts::tables::gpos::CursivePosFormat1
source · pub type CursivePosFormat1<'a> = TableRef<'a, CursivePosFormat1Marker>;
Expand description
Cursive Attachment Positioning Format 1: Cursvie attachment
Aliased Type§
struct CursivePosFormat1<'a> { /* private fields */ }
Implementations§
source§impl<'a> CursivePosFormat1<'a>
impl<'a> CursivePosFormat1<'a>
sourcepub fn pos_format(&self) -> u16
pub fn pos_format(&self) -> u16
Format identifier: format = 1
sourcepub fn coverage_offset(&self) -> Offset16
pub fn coverage_offset(&self) -> Offset16
Offset to Coverage table, from beginning of CursivePos subtable.
sourcepub fn coverage(&self) -> Result<CoverageTable<'a>, ReadError>
pub fn coverage(&self) -> Result<CoverageTable<'a>, ReadError>
Attempt to resolve coverage_offset
.
sourcepub fn entry_exit_count(&self) -> u16
pub fn entry_exit_count(&self) -> u16
Number of EntryExit records
sourcepub fn entry_exit_record(&self) -> &'a [EntryExitRecord]
pub fn entry_exit_record(&self) -> &'a [EntryExitRecord]
Array of EntryExit records, in Coverage index order.