pub struct VarcComponent<'a> { /* private fields */ }Implementations§
Source§impl<'a> VarcComponent<'a>
impl<'a> VarcComponent<'a>
pub fn flags(&self) -> VarcFlags
pub fn gid(&self) -> GlyphId
pub fn condition_index(&self) -> Option<u32>
pub fn transform(&self) -> &DecomposedTransform
pub fn axis_indices_index(&self) -> Option<u32>
pub fn axis_values(&self) -> Option<&PackedDeltas<'a>>
pub fn axis_values_var_index(&self) -> Option<u32>
pub fn transform_var_index(&self) -> Option<u32>
Auto Trait Implementations§
impl<'a> Freeze for VarcComponent<'a>
impl<'a> RefUnwindSafe for VarcComponent<'a>
impl<'a> Send for VarcComponent<'a>
impl<'a> Sync for VarcComponent<'a>
impl<'a> Unpin for VarcComponent<'a>
impl<'a> UnsafeUnpin for VarcComponent<'a>
impl<'a> UnwindSafe for VarcComponent<'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