Struct ExDrawDropcapOutline
pub struct ExDrawDropcapOutline<'ex> { /* private fields */ }Expand description
Default-param extender for TextParagraph::draw_dropcap_outline_ex.
Implementations§
§impl<'ex> ExDrawDropcapOutline<'ex>
impl<'ex> ExDrawDropcapOutline<'ex>
pub fn outline_size(self, outline_size: i32) -> ExDrawDropcapOutline<'ex>
pub fn color(self, color: Color) -> ExDrawDropcapOutline<'ex>
pub fn oversampling(self, oversampling: f32) -> ExDrawDropcapOutline<'ex>
pub fn done(self)
Auto Trait Implementations§
impl<'ex> Freeze for ExDrawDropcapOutline<'ex>
impl<'ex> RefUnwindSafe for ExDrawDropcapOutline<'ex>
impl<'ex> !Send for ExDrawDropcapOutline<'ex>
impl<'ex> !Sync for ExDrawDropcapOutline<'ex>
impl<'ex> Unpin for ExDrawDropcapOutline<'ex>
impl<'ex> UnwindSafe for ExDrawDropcapOutline<'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