Enum skrifa::outline::OutlineGlyphFormat
source · pub enum OutlineGlyphFormat {
Glyf,
Cff,
Cff2,
}
Expand description
Source format for an outline glyph.
Variants§
Glyf
TrueType outlines sourced from the glyf
table.
Cff
PostScript outlines sourced from the CFF
table.
Cff2
PostScript outlines sourced from the CFF2
table.
Trait Implementations§
source§impl Clone for OutlineGlyphFormat
impl Clone for OutlineGlyphFormat
source§fn clone(&self) -> OutlineGlyphFormat
fn clone(&self) -> OutlineGlyphFormat
Returns a copy 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 OutlineGlyphFormat
impl Debug for OutlineGlyphFormat
source§impl PartialEq for OutlineGlyphFormat
impl PartialEq for OutlineGlyphFormat
impl Copy for OutlineGlyphFormat
impl Eq for OutlineGlyphFormat
impl StructuralPartialEq for OutlineGlyphFormat
Auto Trait Implementations§
impl Freeze for OutlineGlyphFormat
impl RefUnwindSafe for OutlineGlyphFormat
impl Send for OutlineGlyphFormat
impl Sync for OutlineGlyphFormat
impl Unpin for OutlineGlyphFormat
impl UnwindSafe for OutlineGlyphFormat
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
)