pub enum CidFontType {
Type0,
Type2,
}Expand description
CID font subtype.
Variants§
Type0
CIDFontType0: CID-keyed font based on Type 1 outlines.
Type2
CIDFontType2: CID-keyed font based on TrueType outlines.
Trait Implementations§
Source§impl Clone for CidFontType
impl Clone for CidFontType
Source§fn clone(&self) -> CidFontType
fn clone(&self) -> CidFontType
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 CidFontType
impl Debug for CidFontType
Source§impl PartialEq for CidFontType
impl PartialEq for CidFontType
impl Copy for CidFontType
impl Eq for CidFontType
impl StructuralPartialEq for CidFontType
Auto Trait Implementations§
impl Freeze for CidFontType
impl RefUnwindSafe for CidFontType
impl Send for CidFontType
impl Sync for CidFontType
impl Unpin for CidFontType
impl UnsafeUnpin for CidFontType
impl UnwindSafe for CidFontType
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.