pub enum TextRenderingMode {
FillText,
StrokeText,
FillThenStrokeText,
Invisible,
FillTextAndAddToPathForClipping,
StrokeTextAndAddToPathForClipping,
FillThenStrokeTextAndAddToPathForClipping,
AddTextToPathForClipping,
}
Variants§
FillText
StrokeText
FillThenStrokeText
Invisible
FillTextAndAddToPathForClipping
StrokeTextAndAddToPathForClipping
FillThenStrokeTextAndAddToPathForClipping
AddTextToPathForClipping
Auto Trait Implementations§
impl Freeze for TextRenderingMode
impl RefUnwindSafe for TextRenderingMode
impl Send for TextRenderingMode
impl Sync for TextRenderingMode
impl Unpin for TextRenderingMode
impl UnwindSafe for TextRenderingMode
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