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