Enum read_fonts::tables::gpos::SinglePos
source · pub enum SinglePos<'a> {
Format1(SinglePosFormat1<'a>),
Format2(SinglePosFormat2<'a>),
}
Expand description
Lookup Type 1: Single Adjustment Positioning Subtable
Variants§
Format1(SinglePosFormat1<'a>)
Format2(SinglePosFormat2<'a>)
Implementations§
source§impl<'a> SinglePos<'a>
impl<'a> SinglePos<'a>
sourcepub fn offset_data(&self) -> FontData<'a>
pub fn offset_data(&self) -> FontData<'a>
Return the FontData
used to resolve offsets for this table.
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 SinglePos subtable.
sourcepub fn value_format(&self) -> ValueFormat
pub fn value_format(&self) -> ValueFormat
Defines the types of data in the ValueRecord.
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for SinglePos<'a>
impl<'a> RefUnwindSafe for SinglePos<'a>
impl<'a> Send for SinglePos<'a>
impl<'a> Sync for SinglePos<'a>
impl<'a> Unpin for SinglePos<'a>
impl<'a> UnwindSafe for SinglePos<'a>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)