pub enum Source {
Outline,
ColorOutline(PaletteIndex),
Bitmap(StrikeWith),
ColorBitmap(StrikeWith),
}
Expand description
Glyph sources for the renderer.
Variants§
Outline
Scalable outlines.
ColorOutline(PaletteIndex)
Layered color scalable outlines.
Bitmap(StrikeWith)
Embedded alpha bitmaps.
ColorBitmap(StrikeWith)
Embedded color bitmaps.
Trait Implementations§
impl Copy for Source
Auto Trait Implementations§
impl Freeze for Source
impl RefUnwindSafe for Source
impl Send for Source
impl Sync for Source
impl Unpin for Source
impl UnwindSafe for Source
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)