Struct ttf_parser::head::Table
source · pub struct Table {
pub units_per_em: u16,
pub global_bbox: Rect,
pub index_to_location_format: IndexToLocationFormat,
}
Expand description
Fields§
§units_per_em: u16
Units per EM.
Guarantee to be in a 16..=16384 range.
global_bbox: Rect
A bounding box that large enough to enclose any glyph from the face.
index_to_location_format: IndexToLocationFormat
An index format used by the Index to Location Table.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Table
impl RefUnwindSafe for Table
impl Send for Table
impl Sync for Table
impl Unpin for Table
impl UnwindSafe for Table
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
)