Matrix.concat
void concat(pango.matrix.Matrix newMatrix)Changes the transformation represented by matrix to be the transformation given by first applying transformation given by new_matrix then applying the original transformation.
Parameters
newMatrix | a [pango.matrix.Matrix] |