Changes the transformation represented by matrix to be the transformation given by first applying transformation given by new_matrix then applying the original transformation.
Copies a pango.matrix.Matrix.
Returns the scale factor of a matrix on the height of the font.
Calculates the scale factor of a matrix on the width and height of the font.
Gets the slant ratio of a matrix.
Changes the transformation represented by matrix to be the transformation given by first rotating by degrees degrees counter-clockwise then applying the original transformation.
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.
Transforms the distance vector (dx,dy) by matrix.
First transforms the rect using matrix, then calculates the bounding box of the transformed rectangle.
Transforms the point (x, y) by matrix.
First transforms rect using matrix, then calculates the bounding box of the transformed rectangle.
Changes the transformation represented by matrix to be the transformation given by first translating by (tx, ty) then applying the original transformation.
A pango.matrix.Matrix specifies a transformation between user-space and device coordinates.
The transformation is given by