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: u16Units per EM.
Guarantee to be in a 16..=16384 range.
global_bbox: RectA bounding box that large enough to enclose any glyph from the face.
index_to_location_format: IndexToLocationFormatAn index format used by the Index to Location Table.