pub(crate) struct FontInfo {
pub(crate) id: u64,
pub(crate) index: u32,
pub(crate) upem: f32,
}Expand description
Basic metadata about a font.
Fields§
§id: u64Unique identifier for the font data.
index: u32Index of the font within the font data.
upem: f32Font units per em.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FontInfo
impl RefUnwindSafe for FontInfo
impl Send for FontInfo
impl Sync for FontInfo
impl Unpin for FontInfo
impl UnsafeUnpin for FontInfo
impl UnwindSafe for FontInfo
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