read_fonts::tables::colrType Alias Affine2x3
source pub type Affine2x3<'a> = TableRef<'a, Affine2x3Marker>;
Expand description
struct Affine2x3<'a> { }
x-component of transformed x-basis vector.
y-component of transformed x-basis vector.
x-component of transformed y-basis vector.
y-component of transformed y-basis vector.
Translation in x direction.
Translation in y direction.
Formats the value using the given formatter.
Read more
Read an instance of
Self
from the provided data, performing validation.
Read more
The name of this table
Access this table’s fields, in declaration order.