Type Definition read_fonts::tables::base::BaseScript

source ·
pub type BaseScript<'a> = TableRef<'a, BaseScriptMarker>;
Expand description

Implementations§

Offset to BaseValues table, from beginning of BaseScript table (may be NULL)

Attempt to resolve base_values_offset.

Offset to MinMax table, from beginning of BaseScript table (may be NULL)

Attempt to resolve default_min_max_offset.

Number of BaseLangSysRecords defined — may be zero (0)

Array of BaseLangSysRecords, in alphabetical order by BaseLangSysTag

Trait Implementations§

Formats the value using the given formatter. Read more
Read an instace of Self from the provided data, performing validation. Read more
The name of this table
Access this table’s fields, in declaration order.