Matrix
A PangoMatrix
specifies a transformation between user-space and device coordinates.
The transformation is given by
x_device = x_user * matrix->xx + y_user * matrix->xy + matrix->x0;
y_device = x_user * matrix->yx + y_user * matrix->yy + matrix->y0;
Skipped during bindings generation
parameter
xscale
: xscale: Out parameter is not supportedmethod
transform_distance
: In/Out parameter is not supportedmethod
transform_pixel_rectangle
: In/Out parameter is not supportedmethod
transform_point
: In/Out parameter is not supportedmethod
transform_rectangle
: In/Out parameter is not supported
Since
1.6
Constructors
Allocate a new Matrix.
Allocate a new Matrix using the provided AutofreeScope.
Allocate a new Matrix.
Allocate a new Matrix using the provided AutofreeScope.
Functions
Returns the scale factor of a matrix on the height of the font.
Gets the slant ratio of a matrix.
Changes the transformation represented by @matrix to be the transformation given by first scaling by @sx in the X direction and @sy in the Y direction then applying the original transformation.