Struct ExShapedTextDrawOutline
pub struct ExShapedTextDrawOutline<'a> { /* private fields */ }
Expand description
Default-param extender for TextServer::shaped_text_draw_outline_ex
.
Implementations§
§impl<'a> ExShapedTextDrawOutline<'a>
impl<'a> ExShapedTextDrawOutline<'a>
pub fn clip_l(self, value: f64) -> ExShapedTextDrawOutline<'a>
pub fn clip_r(self, value: f64) -> ExShapedTextDrawOutline<'a>
pub fn outline_size(self, value: i64) -> ExShapedTextDrawOutline<'a>
pub fn color(self, value: Color) -> ExShapedTextDrawOutline<'a>
pub fn done(self)
Auto Trait Implementations§
impl<'a> Freeze for ExShapedTextDrawOutline<'a>
impl<'a> RefUnwindSafe for ExShapedTextDrawOutline<'a>
impl<'a> !Send for ExShapedTextDrawOutline<'a>
impl<'a> !Sync for ExShapedTextDrawOutline<'a>
impl<'a> Unpin for ExShapedTextDrawOutline<'a>
impl<'a> UnwindSafe for ExShapedTextDrawOutline<'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