Skip to main content

Module transform

Module transform 

Source
Expand description

Font transform types.

Structs§

ScaledFontMatrix
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§

FontMatrix
A fixed point font matrix.