[−][src]Struct azul_core::app_resources::LoadedFont
Fields
font_key: FontKey
font_bytes: Vec<u8>
font_index: i32
Index of the font in case the bytes indicate a font collection
font_instances: FastHashMap<Au, FontInstanceKey>
font_metrics: FontMetrics
Implementations
impl LoadedFont
[src]
pub fn delete_font_instance(&mut self, size: &Au)
[src]
Trait Implementations
impl Clone for LoadedFont
[src]
fn clone(&self) -> LoadedFont
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Debug for LoadedFont
[src]
Auto Trait Implementations
impl RefUnwindSafe for LoadedFont
impl Send for LoadedFont
impl Sync for LoadedFont
impl Unpin for LoadedFont
impl UnwindSafe for LoadedFont
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,