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