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 RefUnwindSafe for Table
impl Send for Table
impl Sync for Table
impl Unpin for Table
impl UnwindSafe for Table
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more