Expand description
Font transform types.
Structs§
- Scaled
Font Matrix - An affine matrix with a scaling factor.
- Transform
- Combination of a matrix and optional scale.
Functions§
- combine_
scaled - Simple fixed point matrix multiplication with a scaling factor.
- is_
degenerate 🔒 - Check for a degenerate matrix. See https://gitlab.freedesktop.org/freetype/freetype/-/blob/f1cd6dbfa0c98f352b698448f40ac27e8fb3832e/src/base/ftcalc.c#L725
Type Aliases§
- Font
Matrix - A fixed point font matrix.