Struct ExFindVariation
pub struct ExFindVariation<'ex> { /* private fields */ }Expand description
Default-param extender for Font::find_variation_ex.
Implementations§
§impl<'ex> ExFindVariation<'ex>
impl<'ex> ExFindVariation<'ex>
pub fn face_index(self, face_index: i32) -> ExFindVariation<'ex>
pub fn strength(self, strength: f32) -> ExFindVariation<'ex>
pub fn transform(self, transform: Transform2D) -> ExFindVariation<'ex>
pub fn spacing_top(self, spacing_top: i32) -> ExFindVariation<'ex>
pub fn spacing_bottom(self, spacing_bottom: i32) -> ExFindVariation<'ex>
pub fn spacing_space(self, spacing_space: i32) -> ExFindVariation<'ex>
pub fn spacing_glyph(self, spacing_glyph: i32) -> ExFindVariation<'ex>
pub fn baseline_offset(self, baseline_offset: f32) -> ExFindVariation<'ex>
pub fn done(self) -> Rid
Auto Trait Implementations§
impl<'ex> !Freeze for ExFindVariation<'ex>
impl<'ex> !RefUnwindSafe for ExFindVariation<'ex>
impl<'ex> !Send for ExFindVariation<'ex>
impl<'ex> !Sync for ExFindVariation<'ex>
impl<'ex> Unpin for ExFindVariation<'ex>
impl<'ex> !UnwindSafe for ExFindVariation<'ex>
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