pub struct HintingParams {
pub blues: Blues,
pub family_blues: Blues,
pub other_blues: Blues,
pub family_other_blues: Blues,
pub blue_scale: Fixed,
pub blue_shift: Fixed,
pub blue_fuzz: Fixed,
pub language_group: i32,
}Expand description
Parameters used to generate the stem and counter zones for the hinting algorithm.
Fields§
§blues: Blues§family_blues: Blues§other_blues: Blues§family_other_blues: Blues§blue_scale: Fixed§blue_shift: Fixed§blue_fuzz: Fixed§language_group: i32Trait Implementations§
Source§impl Clone for HintingParams
impl Clone for HintingParams
Source§fn clone(&self) -> HintingParams
fn clone(&self) -> HintingParams
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 HintingParams
impl Debug for HintingParams
Source§impl Default for HintingParams
impl Default for HintingParams
Source§impl PartialEq for HintingParams
impl PartialEq for HintingParams
impl Eq for HintingParams
impl StructuralPartialEq for HintingParams
Auto Trait Implementations§
impl Freeze for HintingParams
impl RefUnwindSafe for HintingParams
impl Send for HintingParams
impl Sync for HintingParams
impl Unpin for HintingParams
impl UnsafeUnpin for HintingParams
impl UnwindSafe for HintingParams
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