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.
Read an instance of
Self
from the provided data, performing validation.
Read more