Method

PangoMatrixget_slant_ratio

since: 1.50

Declaration [src]

double
pango_matrix_get_slant_ratio (
  const PangoMatrix* matrix
)

Description [src]

Gets the slant ratio of a matrix.

For a simple shear matrix in the form:

1 λ
0 1

this is simply λ.

Available since: 1.50

Return value

Type: double

The slant ratio of matrix.