Struct read_fonts::tables::variations::Tuple
source · pub struct Tuple<'a> {
pub values: &'a [BigEndian<F2Dot14>],
}Expand description
The tuple variation store formats reference regions within the font’s variation space using tuple records. A tuple record identifies a position in terms of normalized coordinates, which use F2DOT14 values.
Fields§
§values: &'a [BigEndian<F2Dot14>]Coordinate array specifying a position within the font’s variation space.
The number of elements must match the axisCount specified in the ‘fvar’ table.
Implementations§
Trait Implementations§
source§impl ComputeSize for Tuple<'_>
impl ComputeSize for Tuple<'_>
source§fn compute_size(args: &u16) -> usize
fn compute_size(args: &u16) -> usize
Compute the number of bytes required to represent this type.