pub struct CursivePosStatement {
pub location: Range<usize>,
pub glyphclass: GlyphContainer,
pub entry: Option<Anchor>,
pub exit: Option<Anchor>,
}Expand description
A cursive positioning rule (GPOS type 3)
Fields§
§location: Range<usize>The location of the statement in the source feature file
glyphclass: GlyphContainerThe glyph or class this rule applies to
entry: Option<Anchor>The entry anchor point
exit: Option<Anchor>The exit anchor point
Implementations§
Trait Implementations§
Source§impl AsFea for CursivePosStatement
impl AsFea for CursivePosStatement
Source§impl Clone for CursivePosStatement
impl Clone for CursivePosStatement
Source§fn clone(&self) -> CursivePosStatement
fn clone(&self) -> CursivePosStatement
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CursivePosStatement
impl Debug for CursivePosStatement
Source§impl From<Gpos3> for CursivePosStatement
impl From<Gpos3> for CursivePosStatement
Source§impl PartialEq for CursivePosStatement
impl PartialEq for CursivePosStatement
impl Eq for CursivePosStatement
impl StructuralPartialEq for CursivePosStatement
Auto Trait Implementations§
impl Freeze for CursivePosStatement
impl RefUnwindSafe for CursivePosStatement
impl Send for CursivePosStatement
impl Sync for CursivePosStatement
impl Unpin for CursivePosStatement
impl UnsafeUnpin for CursivePosStatement
impl UnwindSafe for CursivePosStatement
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§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.Source§impl<U, T> ToOwnedObj<U> for Twhere
U: FromObjRef<T>,
impl<U, T> ToOwnedObj<U> for Twhere
U: FromObjRef<T>,
Source§fn to_owned_obj(&self, data: FontData<'_>) -> U
fn to_owned_obj(&self, data: FontData<'_>) -> U
Convert this type into
T, using the provided data to resolve any offsets.