Struct epaint::text::fonts::FontsAndCache
source · pub struct FontsAndCache {
pub fonts: FontsImpl,
galley_cache: GalleyCache,
}
Fields§
§fonts: FontsImpl
§galley_cache: GalleyCache
Implementations§
source§impl FontsAndCache
impl FontsAndCache
fn layout_job(&mut self, job: LayoutJob) -> Arc<Galley>
Auto Trait Implementations§
impl Freeze for FontsAndCache
impl !RefUnwindSafe for FontsAndCache
impl Send for FontsAndCache
impl Sync for FontsAndCache
impl Unpin for FontsAndCache
impl !UnwindSafe for FontsAndCache
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