pub enum CidFontType {
Type0,
Type2,
}
Expand description
The subtype of a CID font.
Variants§
Type0
A CID font containing CFF glyph descriptions.
Type2
A CID font containing TrueType glyph descriptions.
Trait Implementations§
source§impl Clone for CidFontType
impl Clone for CidFontType
source§fn clone(&self) -> CidFontType
fn clone(&self) -> CidFontType
Returns a copy of the value. Read more
1.6.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 Hash for CidFontType
impl Hash 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 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§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
)