Enum read_fonts::tables::base::BaseCoord
source · pub enum BaseCoord<'a> {
Format1(BaseCoordFormat1<'a>),
Format2(BaseCoordFormat2<'a>),
Format3(BaseCoordFormat3<'a>),
}
Variants§
Implementations§
source§impl<'a> BaseCoord<'a>
impl<'a> BaseCoord<'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 base_coord_format(&self) -> u16
pub fn base_coord_format(&self) -> u16
Format identifier — format = 1
sourcepub fn coordinate(&self) -> i16
pub fn coordinate(&self) -> i16
X or Y value, in design units
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for BaseCoord<'a>
impl<'a> RefUnwindSafe for BaseCoord<'a>
impl<'a> Send for BaseCoord<'a>
impl<'a> Sync for BaseCoord<'a>
impl<'a> Unpin for BaseCoord<'a>
impl<'a> UnwindSafe for BaseCoord<'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
)