pub struct HeadTable {
pub units_per_em: u16,
pub index_to_loc_format: i16,
pub x_min: i16,
pub y_min: i16,
pub x_max: i16,
pub y_max: i16,
}Expand description
Parsed head table fields.
Fields§
§units_per_em: u16Units per em (typically 1000 or 2048).
index_to_loc_format: i16Index-to-loc format: 0=short, 1=long.
x_min: i16Font bounding box.
y_min: i16§x_max: i16§y_max: i16Trait Implementations§
impl Copy for HeadTable
impl Eq for HeadTable
impl StructuralPartialEq for HeadTable
Auto Trait Implementations§
impl Freeze for HeadTable
impl RefUnwindSafe for HeadTable
impl Send for HeadTable
impl Sync for HeadTable
impl Unpin for HeadTable
impl UnwindSafe for HeadTable
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)