pub enum Hinting {
None,
Embedded,
}
Expand description
Specifies the hinting strategy for memory size calculations.
Variants§
None
Hinting is disabled.
Embedded
Application of hints that are embedded in the font.
For TrueType, these are bytecode instructions associated with each glyph outline. For PostScript (CFF/CFF2), these are stem hints encoded in the character string.
Trait Implementations§
impl Copy for Hinting
impl Eq for Hinting
impl StructuralPartialEq for Hinting
Auto Trait Implementations§
impl Freeze for Hinting
impl RefUnwindSafe for Hinting
impl Send for Hinting
impl Sync for Hinting
impl Unpin for Hinting
impl UnwindSafe for Hinting
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
)