Method
Pango.Matrix.concat
Declaration [src]
void
pango_matrix_concat (
  PangoMatrix* matrix,
  const PangoMatrix* new_matrix
)
Description [src]
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
| new_matrix | PangoMatrix | 
| a  | |
| Ownership is not transferred to the callee |